IStageChannelInstance class abstract

Implemented types

Constructors

IStageChannelInstance()

Properties

channel Cacheable<Snowflake, IStageVoiceGuildChannel>
The id of the associated Stage channel
read-only
createdAt DateTime
Gets creation timestamp included in Snowflake
read-onlyinherited
disoverableDisabled bool
Whether or not Stage discovery is disabled
read-only
guild Cacheable<Snowflake, IGuild>
The guild id of the associated Stage channel
read-only
hashCode int
The hash code for this object.
read-onlyinherited
id Snowflake
ID of entity as Snowflake
finalinherited
privacyLevel StageChannelInstancePrivacyLevel
The privacy level of the Stage instance
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
topic String
The topic of the Stage instance
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited