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