method Client.prototype.disableJoinRequestsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; disableJoinRequests(chatId: ID)Disable join requests in a chat. User-only. ParameterschatId: IDThe identifier of the chat. Must be a channel or a supergroup.