BasicGroup class

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

Inheritance
Available Extensions

Constructors

BasicGroup({required int id, required int member_count, required ChatMemberStatus status, required bool is_active, required int upgraded_to_supergroup_id, int? extra, int? clientId})
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users)

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
id int
Group identifier.
read / write
is_active bool
True, if the group is active.
read / write
member_count int
Number of members in the group.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
status ChatMemberStatus
Status of the current user in the group.
read / write
upgraded_to_supergroup_id int
Identifier of the supergroup to which this group was upgraded; 0 if none.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) BasicGroup?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"basicGroup"