BasicGroup constructor
const
BasicGroup({})
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users)
Implementation
const BasicGroup({
required this.id,
required this.memberCount,
required this.status,
required this.isActive,
required this.upgradedToSupergroupId,
this.extra,
this.clientId,
});