CommandType

- Added missing `SEND_CHANNEL_MESG_REP` enum member
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-21 13:54:38 +02:00
parent f48e95887f
commit ad9c01f490
1 changed files with 8 additions and 0 deletions

View File

@ -188,6 +188,14 @@ public enum CommandType
*/
CHANNEL_SEND_MESSAGE,
/**
* Channel message (reply)
*
* Status on if message was
* sent or not
*/
SEND_CHANNEL_MESG_REP,
/**
* Membership (join)
*