Chat bot integration now fully functional.
This commit is contained in:
+5
-1
@@ -552,7 +552,8 @@ ChatMessage ::= [APPLICATION 130] SEQUENCE {
|
||||
chatType CHOICE {
|
||||
chatTypeLobby [0] ChatTypeLobby,
|
||||
chatTypeGame [1] ChatTypeGame,
|
||||
chatTypeBroadcast [2] ChatTypeBroadcast
|
||||
chatTypeBot [2] ChatTypeBot,
|
||||
chatTypeBroadcast [3] ChatTypeBroadcast
|
||||
},
|
||||
chatText UTF8String (SIZE(1..128))
|
||||
}
|
||||
@@ -569,6 +570,9 @@ ChatTypeGame ::= SEQUENCE {
|
||||
ChatTypeBroadcast ::= SEQUENCE {
|
||||
}
|
||||
|
||||
ChatTypeBot ::= SEQUENCE {
|
||||
}
|
||||
|
||||
DialogMessage ::= [APPLICATION 131] SEQUENCE {
|
||||
notificationText UTF8String (SIZE(1..128))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user