TDLib
|
Inherits td::td_api::Object.
Public Member Functions | |
supergroup () | |
supergroup (int53 id_, object_ptr< usernames > &&usernames_, int32 date_, object_ptr< ChatMemberStatus > &&status_, int32 member_count_, bool has_linked_chat_, bool has_location_, bool sign_messages_, 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_verified_, string const &restriction_reason_, bool is_scam_, bool is_fake_, bool has_active_stories_, bool has_unread_active_stories_) | |
std::int32_t | get_id () const final |
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_ |
Supergroup or channel identifier. | |
object_ptr< usernames > | usernames_ |
Usernames of the supergroup or channel; may be null. | |
int32 | date_ |
Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member. | |
object_ptr< ChatMemberStatus > | status_ |
Status of the current user in the supergroup or channel; custom title will always be empty. | |
int32 | member_count_ |
Number of members in the supergroup or channel; 0 if unknown. Currently, it is guaranteed to be known only if the supergroup or channel was received through searchPublicChats, searchChatsNearby, getInactiveSupergroupChats, getSuitableDiscussionChats, getGroupsInCommon, getUserPrivacySettingRules, or in chatFolderInviteLinkInfo.missing_chat_ids. | |
bool | has_linked_chat_ |
True, if the channel has a discussion group, or the supergroup is the designated discussion group for a channel. | |
bool | has_location_ |
True, if the supergroup is connected to a location, i.e. the supergroup is a location-based supergroup. | |
bool | sign_messages_ |
True, if messages sent to the channel need to contain information about the sender. This field is only applicable to channels. | |
bool | join_to_send_messages_ |
True, if users need to join the supergroup before they can send messages. Always true for channels and non-discussion supergroups. | |
bool | join_by_request_ |
True, if all users directly joining the supergroup need to be approved by supergroup administrators. Always false for channels and supergroups without username, location, or a linked chat. | |
bool | is_slow_mode_enabled_ |
True, if the slow mode is enabled in the supergroup. | |
bool | is_channel_ |
True, if the supergroup is a channel. | |
bool | is_broadcast_group_ |
True, if the supergroup is a broadcast group, i.e. only administrators can send messages and there is no limit on the number of members. | |
bool | is_forum_ |
True, if the supergroup must be shown as a forum by default. | |
bool | is_verified_ |
True, if the supergroup or channel is verified. | |
string | restriction_reason_ |
If non-empty, contains a human-readable description of the reason why access to this supergroup or channel must be restricted. | |
bool | is_scam_ |
True, if many users reported this supergroup or channel as a scam. | |
bool | is_fake_ |
True, if many users reported this supergroup or channel as a fake account. | |
bool | has_active_stories_ |
True, if the channel has non-expired stories available to the current user. | |
bool | has_unread_active_stories_ |
True, if the channel has unread non-expired stories available to the current user. | |
Static Public Attributes | |
static const std::int32_t | ID = -1959742523 |
Identifier uniquely determining a type of the object. | |
Represents a supergroup or channel with zero or more members (subscribers in the case of channels). From the point of view of the system, a channel is a special kind of a supergroup: only administrators can post and see the list of members, and posts from all administrators use the name and photo of the channel instead of individual names and profile photos. Unlike supergroups, channels can have an unlimited number of subscribers.
td::td_api::supergroup::supergroup | ( | ) |
Represents a supergroup or channel with zero or more members (subscribers in the case of channels). From the point of view of the system, a channel is a special kind of a supergroup: only administrators can post and see the list of members, and posts from all administrators use the name and photo of the channel instead of individual names and profile photos. Unlike supergroups, channels can have an unlimited number of subscribers.
td::td_api::supergroup::supergroup | ( | int53 | id_, |
object_ptr< usernames > && | usernames_, | ||
int32 | date_, | ||
object_ptr< ChatMemberStatus > && | status_, | ||
int32 | member_count_, | ||
bool | has_linked_chat_, | ||
bool | has_location_, | ||
bool | sign_messages_, | ||
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_verified_, | ||
string const & | restriction_reason_, | ||
bool | is_scam_, | ||
bool | is_fake_, | ||
bool | has_active_stories_, | ||
bool | has_unread_active_stories_ | ||
) |
Represents a supergroup or channel with zero or more members (subscribers in the case of channels). From the point of view of the system, a channel is a special kind of a supergroup: only administrators can post and see the list of members, and posts from all administrators use the name and photo of the channel instead of individual names and profile photos. Unlike supergroups, channels can have an unlimited number of subscribers.
[in] | id_ | Supergroup or channel identifier. |
[in] | usernames_ | Usernames of the supergroup or channel; may be null. |
[in] | date_ | Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member. |
[in] | status_ | Status of the current user in the supergroup or channel; custom title will always be empty. |
[in] | member_count_ | Number of members in the supergroup or channel; 0 if unknown. Currently, it is guaranteed to be known only if the supergroup or channel was received through searchPublicChats, searchChatsNearby, getInactiveSupergroupChats, getSuitableDiscussionChats, getGroupsInCommon, getUserPrivacySettingRules, or in chatFolderInviteLinkInfo.missing_chat_ids. |
[in] | has_linked_chat_ | True, if the channel has a discussion group, or the supergroup is the designated discussion group for a channel. |
[in] | has_location_ | True, if the supergroup is connected to a location, i.e. the supergroup is a location-based supergroup. |
[in] | sign_messages_ | True, if messages sent to the channel need to contain information about the sender. This field is only applicable to channels. |
[in] | join_to_send_messages_ | True, if users need to join the supergroup before they can send messages. Always true for channels and non-discussion supergroups. |
[in] | join_by_request_ | True, if all users directly joining the supergroup need to be approved by supergroup administrators. Always false for channels and supergroups without username, location, or a linked chat. |
[in] | is_slow_mode_enabled_ | True, if the slow mode is enabled in the supergroup. |
[in] | is_channel_ | True, if the supergroup is a channel. |
[in] | is_broadcast_group_ | True, if the supergroup is a broadcast group, i.e. only administrators can send messages and there is no limit on the number of members. |
[in] | is_forum_ | True, if the supergroup must be shown as a forum by default. |
[in] | is_verified_ | True, if the supergroup or channel is verified. |
[in] | restriction_reason_ | If non-empty, contains a human-readable description of the reason why access to this supergroup or channel must be restricted. |
[in] | is_scam_ | True, if many users reported this supergroup or channel as a scam. |
[in] | is_fake_ | True, if many users reported this supergroup or channel as a fake account. |
[in] | has_active_stories_ | True, if the channel has non-expired stories available to the current user. |
[in] | has_unread_active_stories_ | True, if the channel has unread non-expired stories available to the current user. |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
Implements td::TlObject.
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements td::TlObject.