TDLib v0.0.2 TDLib.Object.SupergroupFullInfo View Source

Contains full information about a supergroup or channel.

NameTypeDescription
descriptionstringSupergroup or channel description.
member_countnumberNumber of members in the supergroup or channel; 0 if unknown.
administrator_countnumberNumber of privileged users in the supergroup or channel; 0 if unknown.
restricted_countnumberNumber of restricted users in the supergroup; 0 if unknown.
banned_countnumberNumber of users banned from chat; 0 if unknown.
can_get_membersboolTrue, if members of the chat can be retrieved.
can_set_usernameboolTrue, if the chat can be made public.
can_set_sticker_setboolTrue, if the supergroup sticker set can be changed.
is_all_history_availableboolTrue, 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_idstringIdentifier of the supergroup sticker set; 0 if none.
invite_linkstringInvite link for this chat.
pinned_message_idstringIdentifier of the pinned message in the chat; 0 if none.
upgraded_from_basic_group_idnumberIdentifier of the basic group from which supergroup was upgraded; 0 if none.
upgraded_from_max_message_idstringIdentifier of the last message in the basic group from which supergroup was upgraded; 0 if none.

More details on telegram’s documentation.