TDLib v0.0.2 TDLib.Object.SupergroupFullInfo View Source
Contains full information about a supergroup or channel.
Name | Type | Description |
---|---|---|
description | string | Supergroup or channel description. |
member_count | number | Number of members in the supergroup or channel; 0 if unknown. |
administrator_count | number | Number of privileged users in the supergroup or channel; 0 if unknown. |
restricted_count | number | Number of restricted users in the supergroup; 0 if unknown. |
banned_count | number | Number of users banned from chat; 0 if unknown. |
can_get_members | bool | True, if members of the chat can be retrieved. |
can_set_username | bool | True, if the chat can be made public. |
can_set_sticker_set | bool | True, if the supergroup sticker set can be changed. |
is_all_history_available | bool | True, if new chat members will have access to old messages. In public supergroups and both public and private channels, old messages are always available, so this option affects only private supergroups. The value of this field is only available for chat administrators. |
sticker_set_id | string | Identifier of the supergroup sticker set; 0 if none. |
invite_link | string | Invite link for this chat. |
pinned_message_id | string | Identifier of the pinned message in the chat; 0 if none. |
upgraded_from_basic_group_id | number | Identifier of the basic group from which supergroup was upgraded; 0 if none. |
upgraded_from_max_message_id | string | Identifier of the last message in the basic group from which supergroup was upgraded; 0 if none. |
More details on telegram’s documentation.