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

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
TlObjectoperator= (const TlObject &)=delete
 TlObject (TlObject &&)=default
TlObjectoperator= (TlObject &&)=default
virtual ~TlObject ()=default

Public Attributes

int53 id_
object_ptr< usernamesusernames_
int32 date_
object_ptr< ChatMemberStatusstatus_
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< verificationStatusverification_status_
bool has_direct_messages_group_
bool has_forum_tabs_
object_ptr< restrictionInforestriction_info_
int53 paid_message_star_count_
object_ptr< ActiveStoryStateactive_story_state_

Static Public Attributes

static const std::int32_t ID = -1134998957

Member Function Documentation

◆ store()

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