upgrade sdk,new add quote message

This commit is contained in:
hrxiang
2021-09-06 14:41:33 +08:00
parent 00e19f25c6
commit d11fdfa0f7
4 changed files with 32 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ class MessageType {
static const revoke = 111;
static const has_read_receipt = 112;
static const typing = 113;
static const quote = 114;
///
static const accept_friend = 201;