Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#groupDmAddRecipient

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.groupDmAddRecipient
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Adds a recipient to a Group DM using their access token

Parameters

channelId: string
userId: string

Returns

Promise<unknown>