|
TDLib
|
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 | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| string | short_description_ |
| string | 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 | 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_ |
Static Public Attributes | |
| static const std::int32_t | ID = -586441582 |
|
finalvirtual |
Helper function for the to_string method. Appends a string representation of the object to the storer.
| [in] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.