GetChatJoinRequests class

Returns pending join requests in a chat.

Returns ChatJoinRequests.

Inheritance
Available Extensions

Constructors

GetChatJoinRequests({required int chat_id, String? invite_link, required String query, ChatJoinRequest? offset_request, required int limit, int? extra, int? clientId})
Returns pending join requests in a chat

Properties

chat_id int
Chat identifier.
read / write
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
Invite link for which to return join requests. If empty, all join requests will be returned. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links.
read / write
limit int
The maximum number of requests to join the chat to return.
read / write
offset_request ChatJoinRequest?
A chat join request from which to return next requests; pass null to get results from the beginning.
read / write
query String
A query to search for in the first names, last names and usernames of the users to return.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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) GetChatJoinRequests?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getChatJoinRequests"