method Client.prototype.declineJoinRequestsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; declineJoinRequests(chatId: ID, params?: DeclineJoinRequestsParams): Promise<void>Decline all join requests. User-only. ParameterschatId: IDThe identifier of the chat that contains the join requests. optionalparams: DeclineJoinRequestsParamsReturnsPromise<void>