approveJoinRequest
Approve a join request.
Parameters
The identifier of a chat with the join request.
The user who made the join request.
Result
void
Syntax
await client.approveJoinRequest(chatId, userId);
Approve a join request.
The identifier of a chat with the join request.
The user who made the join request.
await client.approveJoinRequest(chatId, userId);