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::botVerificationParameters Class Referencefinal

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

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

Public Member Functions

 botVerificationParameters ()
 
 botVerificationParameters (int64 icon_custom_emoji_id_, string const &organization_name_, object_ptr< formattedText > &&default_custom_description_, bool can_set_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

int64 icon_custom_emoji_id_
 Identifier of the custom emoji that is used as the verification sign.
 
string organization_name_
 Name of the organization that provides verification.
 
object_ptr< formattedTextdefault_custom_description_
 Default custom description of verification reason to be used as placeholder in setMessageSenderBotVerification; may be null if none.
 
bool can_set_custom_description_
 True, if the bot is allowed to provide custom description for verified entities.
 

Static Public Attributes

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

Detailed Description

Describes parameters of verification that is provided by a bot.

Definition at line 4924 of file td_api.h.

Constructor & Destructor Documentation

◆ botVerificationParameters() [1/2]

td::td_api::botVerificationParameters::botVerificationParameters ( )

Describes parameters of verification that is provided by a bot.

◆ botVerificationParameters() [2/2]

td::td_api::botVerificationParameters::botVerificationParameters ( int64  icon_custom_emoji_id_,
string const &  organization_name_,
object_ptr< formattedText > &&  default_custom_description_,
bool  can_set_custom_description_ 
)

Describes parameters of verification that is provided by a bot.

Parameters
[in]icon_custom_emoji_id_Identifier of the custom emoji that is used as the verification sign.
[in]organization_name_Name of the organization that provides verification.
[in]default_custom_description_Default custom description of verification reason to be used as placeholder in setMessageSenderBotVerification; may be null if none.
[in]can_set_custom_description_True, if the bot is allowed to provide custom description for verified entities.

Member Function Documentation

◆ store()

void td::td_api::botVerificationParameters::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

◆ can_set_custom_description_

bool td::td_api::botVerificationParameters::can_set_custom_description_

True, if the bot is allowed to provide custom description for verified entities.

Definition at line 4941 of file td_api.h.

◆ default_custom_description_

object_ptr<formattedText> td::td_api::botVerificationParameters::default_custom_description_

Default custom description of verification reason to be used as placeholder in setMessageSenderBotVerification; may be null if none.

Definition at line 4939 of file td_api.h.

◆ icon_custom_emoji_id_

int64 td::td_api::botVerificationParameters::icon_custom_emoji_id_

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

Definition at line 4935 of file td_api.h.

◆ ID

const std::int32_t td::td_api::botVerificationParameters::ID = -723737249
static

Identifier uniquely determining a type of the object.

Definition at line 4959 of file td_api.h.

◆ organization_name_

string td::td_api::botVerificationParameters::organization_name_

Name of the organization that provides verification.

Definition at line 4937 of file td_api.h.


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