MadelineProtoDocs/docs/TD_docs/constructors/group.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

985 B

title description image
group Represents a group of zero or more other users https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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