class DMChannel
extends TextChannel
import { DMChannel } from "https://deno.land/x/harmony@v2.6.0/src/structures/dmChannel.ts";
Constructors
new
DMChannel(client: Client, data: DMChannelPayload)Properties
recipients: UserPayload[]
Methods
readFromData(data: DMChannelPayload): void