-
Notifications
You must be signed in to change notification settings - Fork 42
Tables
alexiscn edited this page Jul 25, 2019
·
1 revision
| Column Name | Type | ReMark | 备注 |
|---|---|---|---|
| msgLocalID | string | message ID in local Database | 消息本地唯一标识 |
| msgServerID | string | message ID in server Database | 消息服务端唯一标识 |
| status | int | message Send Status | 消息发送状态(正在发送、已发送、发送失败) |
| mediaStatus | int | media (Image、Video etc..) Sending Status | 多媒体资源发送状态 |
| message | string | message content (Can be text or JSON string) | 消息内容 |
| createTime | int | message create time | 消息创建时间 |
| type | int | message content type | 消息类型(文本消息、图片消息等) |
| fromMe | int | whether the message is sent from me | 消息是否是我发的 |