STAGE_INSTANCE_UPDATE
Signature
export declare const STAGE_INSTANCE_UPDATE: (self: UsingClient, data: APIStageInstance) => Promise<[stage: { id: string; guildId: string; channelId: string; topic: string; privacyLevel: StageInstancePrivacyLevel; guildScheduledEventId?: string | undefined; }, old?: ReturnCache<...>]>;Members
This export does not declare public properties or methods in the generated declaration file.