class Channel
extends SnowflakeBase
import { Channel } from "https://deno.land/x/harmony@v2.8.0/src/structures/channel.ts";
Constructors
new
Channel(client: Client, data: ChannelPayload)Methods
isCategory(): this is CategoryChannel
isGroupDM(): this is GroupDMChannel
isGuild(): this is GuildChannel
isGuildText(): this is GuildTextChannel
isGuildTextBased(): this is GuildTextBasedChannel
isNews(): this is NewsChannel
isStage(): this is StageVoiceChannel
isStore(): this is StoreChannel
isText(): this is TextChannel
isThread(): this is ThreadChannel
isVoice(): this is VoiceChannel
readFromData(data: ChannelPayload): void
toString(): string