Inherits Object.
Describes verification status provided by a bot.
Public Fields | |
int53 | bot_user_id_ |
Identifier of the bot that provided the verification. | |
int64 | icon_custom_emoji_id_ |
Identifier of the custom emoji that is used as the verification sign. | |
object_ptr< formattedText > | custom_description_ |
Custom description of verification reason set by the bot. | |
Public Instance Methods | |
botVerification () | |
botVerification (int53 bot_user_id_, int64 icon_custom_emoji_id_, object_ptr< formattedText > &&custom_description_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1319061774 |
Identifier uniquely determining a type of the object. | |
botVerification | ( | ) |
Describes verification status provided by a bot.
botVerification | ( | int53 | bot_user_id_, |
int64 | icon_custom_emoji_id_, | ||
object_ptr< formattedText > && | custom_description_ | ||
) |
Describes verification status provided by a bot.
[in] | bot_user_id_ | Identifier of the bot that provided the verification. |
[in] | icon_custom_emoji_id_ | Identifier of the custom emoji that is used as the verification sign. |
[in] | custom_description_ | Custom description of verification reason set by the bot. |
|
finalvirtual |