|
TDLib
|
Public Member Functions | |
| supergroupFullInfo (object_ptr< chatPhoto > &&photo_, int53 community_id_, string const &description_, int32 member_count_, int32 administrator_count_, int32 restricted_count_, int32 banned_count_, int53 linked_chat_id_, int53 direct_messages_chat_id_, int32 slow_mode_delay_, double slow_mode_delay_expires_in_, bool can_enable_paid_messages_, bool can_enable_paid_reaction_, bool can_get_members_, bool has_hidden_members_, bool can_hide_members_, bool can_set_sticker_set_, bool can_set_location_, bool can_get_statistics_, bool can_get_revenue_statistics_, bool can_get_star_revenue_statistics_, bool can_send_gift_, bool can_toggle_aggressive_anti_spam_, bool is_all_history_available_, bool can_have_sponsored_messages_, bool has_aggressive_anti_spam_enabled_, bool has_paid_media_allowed_, bool has_pinned_stories_, int32 gift_count_, int32 my_boost_count_, int32 unrestrict_boost_count_, int53 outgoing_paid_message_star_count_, int64 sticker_set_id_, int64 custom_emoji_sticker_set_id_, object_ptr< chatLocation > &&location_, object_ptr< chatInviteLink > &&invite_link_, int53 guard_bot_user_id_, array< object_ptr< botCommands > > &&bot_commands_, object_ptr< botVerification > &&bot_verification_, object_ptr< ProfileTab > &&main_profile_tab_, int53 upgraded_from_basic_group_id_, int53 upgraded_from_max_message_id_) | |
| 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 | |
| object_ptr< chatPhoto > | photo_ |
| int53 | community_id_ |
| string | description_ |
| int32 | member_count_ |
| int32 | administrator_count_ |
| int32 | restricted_count_ |
| int32 | banned_count_ |
| int53 | linked_chat_id_ |
| int53 | direct_messages_chat_id_ |
| int32 | slow_mode_delay_ |
| double | slow_mode_delay_expires_in_ |
| bool | can_enable_paid_messages_ |
| bool | can_enable_paid_reaction_ |
| bool | can_get_members_ |
| bool | has_hidden_members_ |
| bool | can_hide_members_ |
| bool | can_set_sticker_set_ |
| bool | can_set_location_ |
| bool | can_get_statistics_ |
| bool | can_get_revenue_statistics_ |
| bool | can_get_star_revenue_statistics_ |
| bool | can_send_gift_ |
| bool | can_toggle_aggressive_anti_spam_ |
| bool | is_all_history_available_ |
| bool | can_have_sponsored_messages_ |
| bool | has_aggressive_anti_spam_enabled_ |
| bool | has_paid_media_allowed_ |
| bool | has_pinned_stories_ |
| int32 | gift_count_ |
| int32 | my_boost_count_ |
| int32 | unrestrict_boost_count_ |
| int53 | outgoing_paid_message_star_count_ |
| int64 | sticker_set_id_ |
| int64 | custom_emoji_sticker_set_id_ |
| object_ptr< chatLocation > | location_ |
| object_ptr< chatInviteLink > | invite_link_ |
| int53 | guard_bot_user_id_ |
| array< object_ptr< botCommands > > | bot_commands_ |
| object_ptr< botVerification > | bot_verification_ |
| object_ptr< ProfileTab > | main_profile_tab_ |
| int53 | upgraded_from_basic_group_id_ |
| int53 | upgraded_from_max_message_id_ |
Static Public Attributes | |
| static const std::int32_t | ID = -1489590969 |
|
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.