StageChannelInstance class

A StageChannelInstance holds information about a live stage.

Inheritance

Properties

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

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