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

NameTypeDescription
idstringGroup identifier.
member_countnumberNumber of members in the group.
statusChatMemberStatusStatus of the current user in the group.
is_activeboolTrue, if the group is active.
upgraded_to_supergroup_idstringIdentifier of the supergroup to which this group was upgraded; 0 if none.

More details on telegram's documentation.