Skip to main content
Module

x/harmony/mod.ts>DMChannel

An easy to use Discord API Library for Deno.
Go to Latest
class DMChannel
extends TextChannel
Re-export
import { DMChannel } from "https://deno.land/x/harmony@v2.7.0/mod.ts";

Constructors

new
DMChannel(client: Client, data: DMChannelPayload)

Properties

recipients: UserPayload[]

Methods

readFromData(data: DMChannelPayload): void