Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#createGroupDM

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

Create a new group DM channel with multiple users. Returns a DM channel object. This endpoint was intended to be used with the now-deprecated GameBridge SDK. DMs created with this endpoint will not be shown in the Discord client

Parameters

payload: { access_tokens: string[]; nicks: Dict<string>; }