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

Public Member Functions

 userTypeBot (bool can_be_edited_, bool can_join_groups_, bool can_read_all_group_messages_, bool has_main_web_app_, bool has_topics_, bool allows_users_to_create_topics_, bool can_manage_bots_, bool is_inline_, string const &inline_query_placeholder_, bool supports_guest_queries_, bool is_guard_, bool need_location_, bool can_connect_to_business_, bool can_be_added_to_attachment_menu_, int32 active_user_count_)
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

bool can_be_edited_
bool can_join_groups_
bool can_read_all_group_messages_
bool has_main_web_app_
bool has_topics_
bool allows_users_to_create_topics_
bool can_manage_bots_
bool is_inline_
string inline_query_placeholder_
bool supports_guest_queries_
bool is_guard_
bool need_location_
bool can_connect_to_business_
bool can_be_added_to_attachment_menu_
int32 active_user_count_

Static Public Attributes

static const std::int32_t ID = 565626918

Member Function Documentation

◆ store()

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