Table of Contents

Class DiscordStageInstance

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a discord stage instance.

public sealed class DiscordStageInstance : SnowflakeObject
Inheritance
DiscordStageInstance
Inherited Members

Properties

Channel

Gets the channel this stage instance is in.

ChannelId

Gets the id of the channel this stage instance is in.

DiscoverableDisabled

Gets whether or not stage discovery is disabled.

Guild

Gets the guild this stage instance is in.

GuildId

Gets the id of the guild this stage instance is in.

PrivacyLevel

Gets the privacy level of this stage instance.

Topic

Gets the topic of this stage instance.

Methods

BecomeSpeakerAsync()

Become speaker of current stage.

InviteToSpeakAsync(DiscordMember)

Invite a member to become a speaker in the state instance.

SendSpeakerRequestAsync()

Request to become a speaker in the stage instance.