Skip to main content

Class: StageChannel

Hierarchy

Constructors

constructor

new StageChannel(client, data)

Parameters

NameType
clientClient
dataAPIVoiceChannel

Inherited from

VoiceChannel.constructor

Defined in

packages/libcord/src/structures/channels/VoiceChannel.ts:14

Properties

client

Readonly client: Client

Inherited from

VoiceChannel.client

Defined in

packages/libcord/src/structures/Base.ts:8


guild

guild: Guild

Inherited from

VoiceChannel.guild

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:14


id

id: string

Inherited from

VoiceChannel.id

Defined in

packages/libcord/src/structures/channels/Channel.ts:8


name

name: string

Inherited from

VoiceChannel.name

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:13


nsfw

nsfw: boolean

Inherited from

VoiceChannel.nsfw

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:15


parentId

parentId: null | string

Inherited from

VoiceChannel.parentId

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:17


permissionOverwrites

permissionOverwrites: PermissionOverwrite[] = []

Inherited from

VoiceChannel.permissionOverwrites

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:18


position

position: number

Inherited from

VoiceChannel.position

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:16


type

Readonly type: Stage = ChannelTypes.Stage

Overrides

VoiceChannel.type

Defined in

packages/libcord/src/structures/channels/StageChannel.ts:5

Accessors

mention

get mention(): string

Returns

string

Inherited from

VoiceChannel.mention

Defined in

packages/libcord/src/structures/channels/Channel.ts:19

Methods

edit

edit(options): Promise<undefined | VoiceChannel | GuildChannel | TextChannel | CategoryChannel>

Parameters

NameType
optionsChannelEditOptions

Returns

Promise<undefined | VoiceChannel | GuildChannel | TextChannel | CategoryChannel>

Inherited from

VoiceChannel.edit

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:71


update

update(data): GuildChannel

Parameters

NameType
dataAPIGuildChannel<any>

Returns

GuildChannel

Inherited from

VoiceChannel.update

Defined in

packages/libcord/src/structures/channels/GuildChannel.ts:43