GetSupergroupMembers class

Returns information about members or banned users in a supergroup or channel. Can be used only if supergroupFullInfo.can_get_members == true; additionally, administrator privileges may be required for some filters.

Returns ChatMembers.

Inheritance
Available Extensions

Constructors

GetSupergroupMembers({required int supergroup_id, SupergroupMembersFilter? filter, required int offset, required int limit, int? extra, int? clientId})
Returns information about members or banned users in a supergroup or channel. Can be used only if supergroupFullInfo.can_get_members == true; additionally, administrator privileges may be required for some filters

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
filter SupergroupMembersFilter?
The type of users to return; pass null to use supergroupMembersFilterRecent.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
limit int
The maximum number of users be returned; up to 200.
read / write
offset int
Number of users to skip.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
supergroup_id int
Identifier of the supergroup or channel.
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) GetSupergroupMembers?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getSupergroupMembers"