|
TDLib
|
Public Member Functions | |
| supergroup (int53 id_, object_ptr< usernames > &&usernames_, int32 date_, object_ptr< ChatMemberStatus > &&status_, int32 member_count_, int32 boost_level_, bool has_automatic_translation_, bool has_linked_chat_, bool has_location_, bool sign_messages_, bool show_message_sender_, bool join_to_send_messages_, bool join_by_request_, bool is_slow_mode_enabled_, bool is_channel_, bool is_broadcast_group_, bool is_forum_, bool is_direct_messages_group_, bool is_administered_direct_messages_group_, object_ptr< verificationStatus > &&verification_status_, bool has_direct_messages_group_, bool has_forum_tabs_, object_ptr< restrictionInfo > &&restriction_info_, int53 paid_message_star_count_, object_ptr< ActiveStoryState > &&active_story_state_) | |
| 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 | |
| int53 | id_ |
| object_ptr< usernames > | usernames_ |
| int32 | date_ |
| object_ptr< ChatMemberStatus > | status_ |
| int32 | member_count_ |
| int32 | boost_level_ |
| bool | has_automatic_translation_ |
| bool | has_linked_chat_ |
| bool | has_location_ |
| bool | sign_messages_ |
| bool | show_message_sender_ |
| bool | join_to_send_messages_ |
| bool | join_by_request_ |
| bool | is_slow_mode_enabled_ |
| bool | is_channel_ |
| bool | is_broadcast_group_ |
| bool | is_forum_ |
| bool | is_direct_messages_group_ |
| bool | is_administered_direct_messages_group_ |
| object_ptr< verificationStatus > | verification_status_ |
| bool | has_direct_messages_group_ |
| bool | has_forum_tabs_ |
| object_ptr< restrictionInfo > | restriction_info_ |
| int53 | paid_message_star_count_ |
| object_ptr< ActiveStoryState > | active_story_state_ |
Static Public Attributes | |
| static const std::int32_t | ID = -1134998957 |
|
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.