#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -282891070 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about a user who has failed to be added to a chat.
Definition at line 20565 of file td_api.h.
◆ failedToAddMember() [1/2]
| td::td_api::failedToAddMember::failedToAddMember |
( |
| ) |
|
Contains information about a user who has failed to be added to a chat.
◆ failedToAddMember() [2/2]
| td::td_api::failedToAddMember::failedToAddMember |
( |
int53 |
user_id_, |
|
|
bool |
premium_would_allow_invite_, |
|
|
bool |
premium_required_to_send_messages_ |
|
) |
| |
Contains information about a user who has failed to be added to a chat.
- Parameters
-
| [in] | user_id_ | User identifier. |
| [in] | premium_would_allow_invite_ | True, if subscription to Telegram Premium would have allowed to add the user to the chat. |
| [in] | premium_required_to_send_messages_ | True, if subscription to Telegram Premium is required to send the user chat invite link. |
◆ store()
| void td::td_api::failedToAddMember::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.
◆ ID
| const std::int32_t td::td_api::failedToAddMember::ID = -282891070 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 20597 of file td_api.h.
◆ premium_required_to_send_messages_
| bool td::td_api::failedToAddMember::premium_required_to_send_messages_ |
True, if subscription to Telegram Premium is required to send the user chat invite link.
Definition at line 20580 of file td_api.h.
◆ premium_would_allow_invite_
| bool td::td_api::failedToAddMember::premium_would_allow_invite_ |
True, if subscription to Telegram Premium would have allowed to add the user to the chat.
Definition at line 20578 of file td_api.h.
◆ user_id_
| int53 td::td_api::failedToAddMember::user_id_ |
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