hikari.stage_instances
#
Application and entities that are used to describe stage instances on Discord.
StageInstance #
Bases: Unique
Represents a stage instance.
app class-attribute
instance-attribute
#
The client application that models may use for procedures.
channel_id class-attribute
instance-attribute
#
The channel ID of the stage instance.
discoverable_disabled class-attribute
instance-attribute
#
Whether or not stage discovery is disabled.
guild_id class-attribute
instance-attribute
#
The guild ID of the stage instance.
id class-attribute
instance-attribute
#
ID of the stage instance.
privacy_level class-attribute
instance-attribute
#
privacy_level: StageInstancePrivacyLevel = field(eq=False, hash=False, repr=False)
The privacy level of the stage instance.
scheduled_event_id class-attribute
instance-attribute
#
scheduled_event_id: Optional[SnowflakeishOr[ScheduledEvent]] = field(eq=False, hash=False, repr=False)
The ID of the scheduled event for this stage instance, if it exists.