|
|
| 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 |
| 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 |
|
|
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 const std::int32_t | ID = 565626918 |
◆ 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] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
The documentation for this class was generated from the following file: