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; }