StageInstance class
Information about a live stage.
- Inheritance
-
- Object
- SnowflakeEntity<
StageInstance> - StageInstance
Properties
- channel → PartialChannel
-
The channel this instance is in.
no setter
- channelId → Snowflake
-
The ID of the channel this instance is for.
final
- guild → PartialGuild
-
The guild this instance is in.
no setter
- guildId → Snowflake
-
The ID of the guild this instance is in.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → Snowflake
-
The id of this entity.
finalinherited
- manager → ChannelManager
-
The manager this StageInstance is associated with.
final
- privacyLevel → PrivacyLevel
-
The privacy level of this instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledEvent → PartialScheduledEvent?
-
The scheduled event associated with this instance.
no setter
- scheduledEventId → Snowflake?
-
The ID of the scheduled event associated with this instance.
final
- topic → String
-
The topic of this instance.
final
Methods
-
defaultToString(
) → String -
Same as toString, but only called when dart:mirrors is not available.
inherited
-
fetch(
) → Future< StageInstance> -
Fetch this entity from the API.
override
-
get(
) → Future< StageInstance> -
If this entity exists in the manager's cache, return the cached instance. Otherwise, fetch
this entity and return it.
override
-
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 ==(
Object other) → bool -
The equality operator.
inherited