tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::botVerification Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::botVerification:
td::td_api::Object td::TlObject

Public Member Functions

 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 Member Functions inherited from td::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
 

Public Attributes

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. Can contain only Mention, Hashtag, Cashtag, PhoneNumber, BankCardNumber, Url, and EmailAddress entities.
 

Static Public Attributes

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

Detailed Description

Describes verification status provided by a bot.

Definition at line 4877 of file td_api.h.

Constructor & Destructor Documentation

◆ botVerification() [1/2]

td::td_api::botVerification::botVerification ( )

Describes verification status provided by a bot.

◆ botVerification() [2/2]

td::td_api::botVerification::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. Can contain only Mention, Hashtag, Cashtag, PhoneNumber, BankCardNumber, Url, and EmailAddress entities.

Member Function Documentation

◆ store()

void td::td_api::botVerification::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 td::TlObject.

Member Data Documentation

◆ bot_user_id_

int53 td::td_api::botVerification::bot_user_id_

Identifier of the bot that provided the verification.

Definition at line 4888 of file td_api.h.

◆ custom_description_

object_ptr<formattedText> td::td_api::botVerification::custom_description_

Custom description of verification reason set by the bot. Can contain only Mention, Hashtag, Cashtag, PhoneNumber, BankCardNumber, Url, and EmailAddress entities.

Definition at line 4892 of file td_api.h.

◆ icon_custom_emoji_id_

int64 td::td_api::botVerification::icon_custom_emoji_id_

Identifier of the custom emoji that is used as the verification sign.

Definition at line 4890 of file td_api.h.

◆ ID

const std::int32_t td::td_api::botVerification::ID = -1319061774
static

Identifier uniquely determining a type of the object.

Definition at line 4909 of file td_api.h.


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