feat: partially handle some payloads

This commit is contained in:
Anna
2021-12-29 21:53:44 -05:00
parent 1d9581abca
commit 0b9d617021
14 changed files with 341 additions and 50 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
namespace ChatTwo.Code;
namespace ChatTwo.Code;
internal enum InputChannel : uint {
Tell = 0,
+1 -1
View File
@@ -1,4 +1,4 @@
namespace ChatTwo.Code;
namespace ChatTwo.Code;
internal static class InputChannelExt {
internal static ChatType ToChatType(this InputChannel input) {