feat(VoiceChannel): Support video_quality_mode (v13) (#7785)

This commit is contained in:
Jiralite
2022-04-14 11:43:25 +01:00
committed by GitHub
parent 68498a87be
commit 6daee1b235
6 changed files with 59 additions and 1 deletions

5
typings/enums.d.ts vendored
View File

@@ -205,6 +205,11 @@ export const enum VerificationLevels {
VERY_HIGH = 4,
}
export const enum VideoQualityModes {
AUTO = 1,
FULL = 2,
}
export const enum WebhookTypes {
Incoming = 1,
'Channel Follower' = 2,