Table of Contents

Class DiscordStageInstance

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a Stage instance.

public class DiscordStageInstance : SnowflakeObject, IEquatable<DiscordStageInstance>
Inheritance
DiscordStageInstance
Implements
Inherited Members

Properties

ChannelId

Gets id of the associated Stage channel.

DiscoverableDisabled

Gets whether or not stage discovery is disabled.

Guild

Gets the guild to which this channel belongs.

GuildId

Gets the guild id of the associated Stage channel.

InviteCode

Gets the invite code of the associated stage channel.

ScheduledEvent

Gets the scheduled event of the associated stage channel.

ScheduledEventId

Gets the scheduled event id of the associated stage channel.

Topic

Gets the topic of the Stage instance.

Methods

Equals(DiscordStageInstance)

Checks whether this DiscordStageInstance is equal to another DiscordStageInstance.

Equals(object)

Checks whether this DiscordStageInstance is equal to another object.

GetHashCode()

Gets the hash code for this DiscordStageInstance.

Operators

operator ==(DiscordStageInstance, DiscordStageInstance)

Gets whether the two DiscordStageInstance objects are equal.

operator !=(DiscordStageInstance, DiscordStageInstance)

Gets whether the two DiscordStageInstance objects are not equal.