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).

NameTypeDescription
idnumberGroup identifier.
member_countnumberNumber of members in the group.
statusChatMemberStatusStatus of the current user in the group.
everyone_is_administratorboolTrue, if all members have been granted administrator rights in the group.
is_activeboolTrue, if the group is active.
upgraded_to_supergroup_idnumberIdentifier of the supergroup to which this group was upgraded; 0 if none.

More details on telegram’s documentation.