DiscordStageInstance class

Constructors

DiscordStageInstance({required DiscordSnowflake id, required DiscordSnowflake guildId, required DiscordSnowflake channelId, required String topic, required int privacyLevel, @Deprecated("Use `privacyLevel` instead") required bool discoverableDisabled})
DiscordStageInstance.fromJson(Map<String, dynamic> json)
factory

Properties

channelId DiscordSnowflake
The id of the associated Stage channel
final
discoverableDisabled bool
Whether or not Stage Discovery is disabled (deprecated)
final
guildId DiscordSnowflake
The guild id of the associated Stage channel
final
hashCode int
The hash code for this object.
no setterinherited
id DiscordSnowflake
The id of this Stage instance
final
privacyLevel int
The privacy level of the Stage instance
final
privacyLevelAsEnum DiscordStagePrivacyLevel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
The topic of the Stage instance (1-120 characters)
final

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 ==(Object other) bool
The equality operator.
inherited

Constants

channelIdEntry → const String
discoverableDisabledEntry → const String
guildIdEntry → const String
idEntry → const String
privacyLevelEntry → const String
topicEntry → const String