MadelineProto/docs/TD_docs/constructors/group.md
2017-08-25 15:05:53 +02:00

912 B

title description
group Represents a group of zero or more other users

Constructor: group

Back to constructors index

Represents a group of zero or more other users

Attributes:

Name Type Required Description
id int Yes Group identifier
member_count int Yes Group member count
status ChatMemberStatus Yes Status of the current user in the group
everyone_is_administrator Bool Yes True, if all members granted administrator rights in the group
is_active Bool Yes True, if group is active
migrated_to_channel_id int Yes Identifier of channel (supergroup) to which this group was migrated or 0 if none

Type: Group