class Channel
extends Base
import { Channel } from "https://deno.land/x/discord_rpc_deno@1.0.8/src/structures/Channel.ts";
Constructors
new
Channel(client: Client, props: Record<string, any>)Properties
optional
messages: Message[](text) channel's messages
type: ChannelType
channel type (guild text: 0, guild voice: 2, dm: 1, group dm: 3)
optional
voice_states: GatewayVoiceState[](voice) channel's voice states