Skip to main content
Go to Latest
method ClientUser.prototype.sendJoinInvite
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@v1.0.17/src/structures/ClientUser.ts";

Used to accept an Ask to Join request.

Parameters

userId: string
  • the id of the requesting user

Returns

Promise<void>