Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Add undocumented opcodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew4850 committed Nov 3, 2019
1 parent 3d9ba44 commit 591b21d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/_APIs/DiscordAPI/Gateway/OperationCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@ public enum OperationCode : int
InvalidSession = 9,
Hello = 10,
HeartbeatAck = 11,
SubscribeToGuild = 12
SubscribeToGuild = 12,
CallConnect = 13,
UpdateGuildSubscriptions = 14,
LobbyConnect = 15,
LobbyDisconnect = 16,
LobbyVoiceStatesUpdate = 17,
GuildStreamCreate = 18,
StreamDelete = 19,
StreamWatch = 20,
StreamPing = 21,
StreamSetPaused = 22,
FlushLfgSubscriptions = 23

}

public static class OperationCodeExtensions
Expand Down

0 comments on commit 591b21d

Please sign in to comment.