List of all members | Public Fields | Public Instance Methods | Static Public Attributes
supergroupFullInfo Class Referencefinal

Inherits Object.

Description

Contains full information about a supergroup or channel.

Public Fields

object_ptr< chatPhotophoto_
 Chat photo; may be null.
 
string description_
 Supergroup or channel description.
 
int32 member_count_
 Number of members in the supergroup or channel; 0 if unknown.
 
int32 administrator_count_
 Number of privileged users in the supergroup or channel; 0 if unknown.
 
int32 restricted_count_
 Number of restricted users in the supergroup; 0 if unknown.
 
int32 banned_count_
 Number of users banned from chat; 0 if unknown.
 
int53 linked_chat_id_
 Chat identifier of a discussion group for the channel, or a channel, for which the supergroup is the designated discussion group; 0 if none or unknown.
 
int32 slow_mode_delay_
 Delay between consecutive sent messages for non-administrator supergroup members, in seconds.
 
double slow_mode_delay_expires_in_
 Time left before next message can be sent in the supergroup, in seconds. An updateSupergroupFullInfo update is not triggered when value of this field changes, but both new and old values are non-zero.
 
bool can_get_members_
 True, if members of the chat can be retrieved.
 
bool can_set_username_
 True, if the chat username can be changed.
 
bool can_set_sticker_set_
 True, if the supergroup sticker set can be changed.
 
bool can_set_location_
 True, if the supergroup location can be changed.
 
bool can_get_statistics_
 True, if the supergroup or channel statistics are available.
 
bool is_all_history_available_
 True, if new chat members will have access to old messages. In public or discussion groups and both public and private channels, old messages are always available, so this option affects only private supergroups without a linked chat. The value of this field is only available for chat administrators.
 
int64 sticker_set_id_
 Identifier of the supergroup sticker set; 0 if none.
 
object_ptr< chatLocationlocation_
 Location to which the supergroup is connected; may be null.
 
object_ptr< chatInviteLinkinvite_link_
 Primary invite link for this chat; may be null. For chat administrators with can_invite_users right only.
 
array< object_ptr< botCommands > > bot_commands_
 List of commands of bots in the group.
 
int53 upgraded_from_basic_group_id_
 Identifier of the basic group from which supergroup was upgraded; 0 if none.
 
int53 upgraded_from_max_message_id_
 Identifier of the last message in the basic group from which supergroup was upgraded; 0 if none.
 

Public Instance Methods

 supergroupFullInfo ()
 
 supergroupFullInfo (object_ptr< chatPhoto > &&photo_, string const &description_, int32 member_count_, int32 administrator_count_, int32 restricted_count_, int32 banned_count_, int53 linked_chat_id_, int32 slow_mode_delay_, double slow_mode_delay_expires_in_, bool can_get_members_, bool can_set_username_, bool can_set_sticker_set_, bool can_set_location_, bool can_get_statistics_, bool is_all_history_available_, int64 sticker_set_id_, object_ptr< chatLocation > &&location_, object_ptr< chatInviteLink > &&invite_link_, array< object_ptr< botCommands >> &&bot_commands_, int53 upgraded_from_basic_group_id_, int53 upgraded_from_max_message_id_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -1035719349
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ supergroupFullInfo() [1/2]

Contains full information about a supergroup or channel.

◆ supergroupFullInfo() [2/2]

supergroupFullInfo ( object_ptr< chatPhoto > &&  photo_,
string const &  description_,
int32  member_count_,
int32  administrator_count_,
int32  restricted_count_,
int32  banned_count_,
int53  linked_chat_id_,
int32  slow_mode_delay_,
double  slow_mode_delay_expires_in_,
bool  can_get_members_,
bool  can_set_username_,
bool  can_set_sticker_set_,
bool  can_set_location_,
bool  can_get_statistics_,
bool  is_all_history_available_,
int64  sticker_set_id_,
object_ptr< chatLocation > &&  location_,
object_ptr< chatInviteLink > &&  invite_link_,
array< object_ptr< botCommands >> &&  bot_commands_,
int53  upgraded_from_basic_group_id_,
int53  upgraded_from_max_message_id_ 
)

Contains full information about a supergroup or channel.

Parameters
[in]photo_Chat photo; may be null.
[in]description_Supergroup or channel description.
[in]member_count_Number of members in the supergroup or channel; 0 if unknown.
[in]administrator_count_Number of privileged users in the supergroup or channel; 0 if unknown.
[in]restricted_count_Number of restricted users in the supergroup; 0 if unknown.
[in]banned_count_Number of users banned from chat; 0 if unknown.
[in]linked_chat_id_Chat identifier of a discussion group for the channel, or a channel, for which the supergroup is the designated discussion group; 0 if none or unknown.
[in]slow_mode_delay_Delay between consecutive sent messages for non-administrator supergroup members, in seconds.
[in]slow_mode_delay_expires_in_Time left before next message can be sent in the supergroup, in seconds. An updateSupergroupFullInfo update is not triggered when value of this field changes, but both new and old values are non-zero.
[in]can_get_members_True, if members of the chat can be retrieved.
[in]can_set_username_True, if the chat username can be changed.
[in]can_set_sticker_set_True, if the supergroup sticker set can be changed.
[in]can_set_location_True, if the supergroup location can be changed.
[in]can_get_statistics_True, if the supergroup or channel statistics are available.
[in]is_all_history_available_True, if new chat members will have access to old messages. In public or discussion groups and both public and private channels, old messages are always available, so this option affects only private supergroups without a linked chat. The value of this field is only available for chat administrators.
[in]sticker_set_id_Identifier of the supergroup sticker set; 0 if none.
[in]location_Location to which the supergroup is connected; may be null.
[in]invite_link_Primary invite link for this chat; may be null. For chat administrators with can_invite_users right only.
[in]bot_commands_List of commands of bots in the group.
[in]upgraded_from_basic_group_id_Identifier of the basic group from which supergroup was upgraded; 0 if none.
[in]upgraded_from_max_message_id_Identifier of the last message in the basic group from which supergroup was upgraded; 0 if none.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: