disableJoinRequests
Disable join requests in a chat. User-only.
Parameters
The identifier of the chat. Must be a channel or a supergroup.
Result
void
Syntax
await client.disableJoinRequests(chatId);
Disable join requests in a chat. User-only.
The identifier of the chat. Must be a channel or a supergroup.
await client.disableJoinRequests(chatId);