mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 12:26:55 +01:00
895 B
895 B
title | description |
---|---|
group | Represents a group of zero or more other users |
Constructor: group
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 |
anyone_can_edit | Bool | Yes | True, if all members granted editor 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 |