Add custom emoji message

This commit is contained in:
hrxiang
2022-03-10 17:53:01 +08:00
parent 80152e2314
commit 6c0676fbe5
9 changed files with 104 additions and 29 deletions

View File

@@ -7,6 +7,7 @@ class MessageType {
static const file = 105;
static const at_text = 106;
static const merger = 107;
// static const forward = 108;
static const card = 108;
static const location = 109;
@@ -15,6 +16,7 @@ class MessageType {
static const has_read_receipt = 112;
static const typing = 113;
static const quote = 114;
static const custom_face = 115;
///
static const accept_friend = 201;