Update README.md

This commit is contained in:
hrxiang
2021-12-13 10:58:58 +08:00
parent 51667e19d7
commit 603188d98a

View File

@@ -311,7 +311,7 @@ Message type
static const invited_user_to_group = 510; static const invited_user_to_group = 510;
``` ```
IM platform Platform
``` ```
static const ios = 1; static const ios = 1;
@@ -323,7 +323,7 @@ IM platform
static const linux = 7; static const linux = 7;
``` ```
Group role Group member role
``` ```
static const member = 0; static const member = 0;
@@ -338,7 +338,7 @@ Conversation type
static const group_chat = 2; static const group_chat = 2;
``` ```
Message send status Message status
``` ```
static const sending = 1; static const sending = 1;