Skip to main content
Module

x/harmony/mod.ts>GroupDMChannel

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

Constructors

new
GroupDMChannel(client: Client, data: GroupDMChannelPayload)

Properties

optional
icon: string
name: string
ownerID: string

Methods

readFromData(data: GroupDMChannelPayload): void