declineJoinRequest
Decline a join request.
Parameters
The identifier of the chat that contains the join request.
The user who made the join request.
Result
void
Syntax
await client.declineJoinRequest(chatId, userId);
Decline a join request.
The identifier of the chat that contains the join request.
The user who made the join request.
await client.declineJoinRequest(chatId, userId);