Class: TD::Types::Update::SupergroupFullInfo

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/supergroup_full_info.rb

Overview

Some data from supergroupFullInfo has been changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#supergroup_full_infoTD::Types::SupergroupFullInfo

New full information about the supergroup.

Returns:



6
7
8
# File 'lib/tdlib/types/update/supergroup_full_info.rb', line 6

def supergroup_full_info
  @supergroup_full_info
end

#supergroup_idInteger

Identifier of the supergroup or channel.

Returns:

  • (Integer)

    the current value of supergroup_id



6
7
8
# File 'lib/tdlib/types/update/supergroup_full_info.rb', line 6

def supergroup_id
  @supergroup_id
end