TDLib v0.0.2 TDLib.Object.BasicGroup View Source
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).
Name | Type | Description |
---|---|---|
id | number | Group identifier. |
member_count | number | Number of members in the group. |
status | ChatMemberStatus | Status of the current user in the group. |
everyone_is_administrator | bool | True, if all members have been granted administrator rights in the group. |
is_active | bool | True, if the group is active. |
upgraded_to_supergroup_id | number | Identifier of the supergroup to which this group was upgraded; 0 if none. |
More details on telegram’s documentation.