List of all members | Public Fields | Public Instance Methods | Static Public Attributes
botVerification Class Referencefinal

Inherits Object.

Description

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< formattedTextcustom_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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -1319061774
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ botVerification() [1/2]

Describes verification status provided by a bot.

◆ botVerification() [2/2]

botVerification ( int53  bot_user_id_,
int64  icon_custom_emoji_id_,
object_ptr< formattedText > &&  custom_description_ 
)

Describes verification status provided by a bot.

Parameters
[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.

Method Documentation

◆ store()

void 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: