method Client.prototype.declineJoinRequestimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; declineJoinRequest(chatId: ID, userId: ID): Promise<void>Decline a join request. ParameterschatId: IDThe identifier of the chat that contains the join request. userId: IDThe user who made the join request. ReturnsPromise<void>