export declare class StageInstancesAPI
createoptions?: Pick<RequestData, 'reason' | 'signal'>) : Promise<APIStageInstance> (
options?: Pick<RequestData, 'reason' | 'signal'>
Creates a new stage instance
See also: https://discord.com/developers/docs/resources/stage-instance#get-stage-instance
deletechannelId: Snowflakeoptions?: Pick<RequestData, 'reason' | 'signal'>) : Promise<void> (
channelId: Snowflake
options?: Pick<RequestData, 'reason' | 'signal'>
Deletes a stage instance
See also: https://discord.com/developers/docs/resources/stage-instance#delete-stage-instance
editchannelId: Snowflakeoptions?: Pick<RequestData, 'reason' | 'signal'>) : Promise<APIStageInstance> (
channelId: Snowflake
options?: Pick<RequestData, 'reason' | 'signal'>
Edits a stage instance
See also: https://discord.com/developers/docs/resources/stage-instance#modify-stage-instance
getchannelId: Snowflakeoptions?: Pick<RequestData, 'signal'>) : Promise<APIStageInstance> (
channelId: Snowflake
options?: Pick<RequestData, 'signal'>
Fetches a stage instance
See also: https://discord.com/developers/docs/resources/stage-instance#get-stage-instance