Constructor
new StageInstance()
Properties:
| Name | Type | Description |
|---|---|---|
channel |
StageChannel
|
The associated stage channel |
discoverableDisabled |
Boolean
|
Whether or not stage discovery is disabled |
guild |
Guild
|
The guild of the associated stage channel |
id |
String
|
The ID of the stage instance |
privacyLevel |
Number
|
The privacy level of the stage instance. 1 is public, 2 is guild only |
topic |
String
|
The stage instance topic |
- Source:
Methods
delete() → {Promise}
Delete this stage instance
- Source:
Returns:
- Type:
-
Promise
edit(options) → {Promise.<StageInstance>}
Update this stage instance
- Source:
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object
|
The properties to edit
|
Returns:
- Type:
-
Promise.<StageInstance>