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