feat: stage setSuppressed & postPreview
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3437,6 +3437,7 @@ export class VoiceState extends Base {
|
||||
public setRequestToSpeak(request?: boolean): Promise<void>;
|
||||
public setSuppressed(suppressed?: boolean): Promise<void>;
|
||||
public getPreview(): Promise<string>;
|
||||
public postPreview(base64Image: string): Promise<void>;
|
||||
}
|
||||
|
||||
export class Webhook extends WebhookMixin() {
|
||||
|
Reference in New Issue
Block a user