Add self_video to VoiceState (#2137)

* Add self_video to VoiceState

* Update selfVideo flag
This commit is contained in:
EpicOfficer
2022-03-02 20:27:29 +00:00
committed by GitHub
parent 3e52fab67b
commit 8bcd3da9e4
10 changed files with 33 additions and 3 deletions

View File

@@ -131,6 +131,8 @@ namespace Discord.Rest
/// <inheritdoc />
bool IVoiceState.IsStreaming => false;
/// <inheritdoc />
bool IVoiceState.IsVideoing => false;
/// <inheritdoc />
DateTimeOffset? IVoiceState.RequestToSpeakTimestamp => null;
#endregion
}