ProcessChatJoinRequest class
- Inheritance
-
- Object
- TdFunction
- ProcessChatJoinRequest
Constructors
- ProcessChatJoinRequest({required int chatId, required int userId, required bool approve})
-
Handles a pending join request in a chat
const
Properties
- approve → bool
-
approve Pass true to approve the request; pass false to decline it
final
- chatId → int
-
chatId Chat identifier
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → int
-
userId Identifier of the user that sent the request
final
Methods
-
copyWith(
{int? chatId, int? userId, bool? approve}) → ProcessChatJoinRequest -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String