TDLib
Loading...
Searching...
No Matches
td::td_api::botInfo Class Referencefinal
Inheritance diagram for td::td_api::botInfo:
td::td_api::Object td::TlObject

Public Member Functions

 botInfo (string const &short_description_, string const &description_, object_ptr< photo > &&photo_, object_ptr< animation > &&animation_, int53 manager_bot_user_id_, object_ptr< botMenuButton > &&menu_button_, array< object_ptr< botCommand > > &&commands_, string const &privacy_policy_url_, object_ptr< chatAdministratorRights > &&default_group_administrator_rights_, object_ptr< chatAdministratorRights > &&default_channel_administrator_rights_, object_ptr< affiliateProgramInfo > &&affiliate_program_, int32 web_app_background_light_color_, int32 web_app_background_dark_color_, int32 web_app_header_light_color_, int32 web_app_header_dark_color_, object_ptr< botVerificationParameters > &&verification_parameters_, bool can_get_revenue_statistics_, bool can_manage_emoji_status_, bool has_media_previews_, object_ptr< InternalLinkType > &&edit_commands_link_, object_ptr< InternalLinkType > &&edit_description_link_, object_ptr< InternalLinkType > &&edit_description_media_link_, object_ptr< InternalLinkType > &&edit_settings_link_)
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

string short_description_
string description_
object_ptr< photophoto_
object_ptr< animationanimation_
int53 manager_bot_user_id_
object_ptr< botMenuButtonmenu_button_
array< object_ptr< botCommand > > commands_
string privacy_policy_url_
object_ptr< chatAdministratorRightsdefault_group_administrator_rights_
object_ptr< chatAdministratorRightsdefault_channel_administrator_rights_
object_ptr< affiliateProgramInfoaffiliate_program_
int32 web_app_background_light_color_
int32 web_app_background_dark_color_
int32 web_app_header_light_color_
int32 web_app_header_dark_color_
object_ptr< botVerificationParametersverification_parameters_
bool can_get_revenue_statistics_
bool can_manage_emoji_status_
bool has_media_previews_
object_ptr< InternalLinkTypeedit_commands_link_
object_ptr< InternalLinkTypeedit_description_link_
object_ptr< InternalLinkTypeedit_description_media_link_
object_ptr< InternalLinkTypeedit_settings_link_

Static Public Attributes

static const std::int32_t ID = -586441582

Member Function Documentation

◆ store()

void td::td_api::botInfo::store ( TlStorerToString & s,
const char * field_name ) const
finalvirtual

Helper function for the to_string method. Appends a string representation of the object to the storer.

Parameters
[in]sStorer to which the object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


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