feat: stage setSuppressed & postPreview

This commit is contained in:
Elysia
2023-07-28 12:05:44 +07:00
parent eb9d68bcc9
commit 6e09894492
2 changed files with 28 additions and 6 deletions

1
typings/index.d.ts vendored
View File

@@ -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() {