#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1879035520 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains full information about a basic group.
Definition at line 4076 of file td_api.h.
◆ basicGroupFullInfo() [1/2]
| td::td_api::basicGroupFullInfo::basicGroupFullInfo |
( |
| ) |
|
Contains full information about a basic group.
◆ basicGroupFullInfo() [2/2]
Contains full information about a basic group.
- Parameters
-
| [in] | photo_ | Chat photo; may be null if empty or unknown. If non-null, then it is the same photo as in chat.photo. |
| [in] | description_ | Group description. Updated only after the basic group is opened. |
| [in] | creator_user_id_ | User identifier of the creator of the group; 0 if unknown. |
| [in] | members_ | Group members. |
| [in] | can_hide_members_ | True, if non-administrators and non-bots can be hidden in responses to getSupergroupMembers and searchChatMembers for non-administrators after upgrading the basic group to a supergroup. |
| [in] | can_toggle_aggressive_anti_spam_ | True, if aggressive anti-spam checks can be enabled or disabled in the supergroup after upgrading the basic group to a supergroup. |
| [in] | invite_link_ | Primary invite link for this group; may be null. For chat administrators with can_invite_users right only. Updated only after the basic group is opened. |
| [in] | bot_commands_ | List of commands of bots in the group. |
◆ store()
| void td::td_api::basicGroupFullInfo::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ bot_commands_
List of commands of bots in the group.
Definition at line 4101 of file td_api.h.
◆ can_hide_members_
| bool td::td_api::basicGroupFullInfo::can_hide_members_ |
◆ can_toggle_aggressive_anti_spam_
| bool td::td_api::basicGroupFullInfo::can_toggle_aggressive_anti_spam_ |
True, if aggressive anti-spam checks can be enabled or disabled in the supergroup after upgrading the basic group to a supergroup.
Definition at line 4097 of file td_api.h.
◆ creator_user_id_
| int53 td::td_api::basicGroupFullInfo::creator_user_id_ |
User identifier of the creator of the group; 0 if unknown.
Definition at line 4091 of file td_api.h.
◆ description_
| string td::td_api::basicGroupFullInfo::description_ |
Group description. Updated only after the basic group is opened.
Definition at line 4089 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::basicGroupFullInfo::ID = -1879035520 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 4123 of file td_api.h.
◆ invite_link_
Primary invite link for this group; may be null. For chat administrators with can_invite_users right only. Updated only after the basic group is opened.
Definition at line 4099 of file td_api.h.
◆ members_
◆ photo_
Chat photo; may be null if empty or unknown. If non-null, then it is the same photo as in chat.photo.
Definition at line 4087 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h