From b0280116d2bf3b4a8c56ff78cf0a51d98ff660cd Mon Sep 17 00:00:00 2001 From: Skillz Date: Tue, 14 Jul 2020 14:36:13 -0400 Subject: [PATCH] add self_video support --- types/guild.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/guild.ts b/types/guild.ts index 42bfd7489..81d6ae229 100644 --- a/types/guild.ts +++ b/types/guild.ts @@ -550,6 +550,8 @@ export interface Voice_State { self_mute: boolean; /** whether this user is streaming using "Go Live" */ self_stream?: boolean; + /** whether this user's camera is enabled */ + self_video?: boolean; /** whether this user is muted by the current user */ suppress: boolean; }