#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | is_verified_ |
| | True, if the chat or the user is verified by Telegram.
|
| |
| bool | is_scam_ |
| | True, if the chat or the user is marked as scam by Telegram.
|
| |
| bool | is_fake_ |
| | True, if the chat or the user is marked as fake by Telegram.
|
| |
| int64 | bot_verification_icon_custom_emoji_id_ |
| | Identifier of the custom emoji to be shown as verification sign provided by a bot for the user; 0 if none.
|
| |
|
| static const std::int32_t | ID = 988193164 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about verification status of a chat or a user.
Definition at line 86703 of file td_api.h.
◆ verificationStatus() [1/2]
| td::td_api::verificationStatus::verificationStatus |
( |
| ) |
|
Contains information about verification status of a chat or a user.
◆ verificationStatus() [2/2]
| td::td_api::verificationStatus::verificationStatus |
( |
bool |
is_verified_, |
|
|
bool |
is_scam_, |
|
|
bool |
is_fake_, |
|
|
int64 |
bot_verification_icon_custom_emoji_id_ |
|
) |
| |
Contains information about verification status of a chat or a user.
- Parameters
-
| [in] | is_verified_ | True, if the chat or the user is verified by Telegram. |
| [in] | is_scam_ | True, if the chat or the user is marked as scam by Telegram. |
| [in] | is_fake_ | True, if the chat or the user is marked as fake by Telegram. |
| [in] | bot_verification_icon_custom_emoji_id_ | Identifier of the custom emoji to be shown as verification sign provided by a bot for the user; 0 if none. |
◆ store()
| void td::td_api::verificationStatus::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_verification_icon_custom_emoji_id_
| int64 td::td_api::verificationStatus::bot_verification_icon_custom_emoji_id_ |
Identifier of the custom emoji to be shown as verification sign provided by a bot for the user; 0 if none.
Definition at line 86720 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::verificationStatus::ID = 988193164 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 86738 of file td_api.h.
◆ is_fake_
| bool td::td_api::verificationStatus::is_fake_ |
True, if the chat or the user is marked as fake by Telegram.
Definition at line 86718 of file td_api.h.
◆ is_scam_
| bool td::td_api::verificationStatus::is_scam_ |
True, if the chat or the user is marked as scam by Telegram.
Definition at line 86716 of file td_api.h.
◆ is_verified_
| bool td::td_api::verificationStatus::is_verified_ |
True, if the chat or the user is verified by Telegram.
Definition at line 86714 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