Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GuildVoiceChannel

Hierarchy

Index

Constructors

Properties

bitrate: null | number = null
client: Client
guildId: null | string = null
id: string
lastMessageId: null | string = null
messages: ChannelMessageManager = ...
name: string = ''
nsfw: boolean = false
parentId: null | string = null
position: number = 0
region: null | string = null
type: ChannelType = ChannelType.GuildCategory
userLimit: null | number = null
videoQuality: VideoQualityMode = VideoQualityMode.Auto

Accessors

  • get createdAt(): Date
  • get createdTimestamp(): number
  • get delete(): (...args: [reason?: string]) => Promise<void>
  • Returns (...args: [reason?: string]) => Promise<void>

      • (...args: [reason?: string]): Promise<void>
      • Parameters

        • Rest ...args: [reason?: string]

        Returns Promise<void>

  • get guild(): null | Guild

Methods

  • createStageInstance(): void
  • toJSON(data: any): any

Generated using TypeDoc