diff options
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 31fda24fd3..844e6c8ef0 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -136,6 +136,7 @@ struct CDiscordUser : public MZeroedObject SnowFlake parentId;
bool bIsPrivate;
bool bIsGroup;
+ bool bIsVoice;
bool bSynced;
struct CDiscordGuild *pGuild;
@@ -416,6 +417,7 @@ class CDiscordProto : public PROTO<CDiscordProto> void InitVoip(bool bEnable);
INT_PTR __cdecl VoiceCaps(WPARAM, LPARAM);
+ INT_PTR __cdecl VoiceCanCall(WPARAM, LPARAM);
INT_PTR __cdecl VoiceCallCreate(WPARAM, LPARAM);
INT_PTR __cdecl VoiceCallAnswer(WPARAM, LPARAM);
INT_PTR __cdecl VoiceCallCancel(WPARAM, LPARAM);
|