Skip to content

BasicGroup

Type · TDLib 1.8.67 · d1085f9c

Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users)

BasicGroup(
  id: int53,
  member_count: int32,
  status: ChatMemberStatus,
  is_active: Bool,
  upgraded_to_supergroup_id: int53
) → BasicGroup

id

int53

Group identifier

member_count

int32

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

int53

Identifier of the supergroup to which this group was upgraded; 0 if none