StageInstance
- class StageInstance()
The live session attached to a stage channel.
exported from
lib.weeble.dProperties
- StageInstance.createdAt
-
When this stage instance was created, decoded from the stage instance snowflake.
- StageInstance.privacyLevel
type: readonly
StageInstancePrivacyLevelPrivacy level of the stage.
Methods
- async StageInstance.delete(reason: string) Promise<void>
Delete this stage instance.
- Parameters:
reason — – Reason for deletion, shown in audit log.
-
async StageInstance.edit(options:
StageInstanceEditOptions) Promise<StageInstance> Edit stage instance properties.
- Parameters:
options — – Stage properties to update.
- Returns:
The updated stage instance.