## 发送消息返回消实体

| 返回             | 属性                  | 描述                                         |
| ----------------| -------------------- | --------------------------------------------- |
| number          | code                 | 返回状态                                       |
| string          | what                 |                                               |
| number          | messageID            | 服务端发送消息ID                                |
| number          | sendTime             | 服务端发送消息时间                              |
| number          | localID              | 客户端本地消息ID                                |
| number          | lastMessageID        | 服务端上次发送消息ID                            |
| array(string)   | badwordList          | 如果发送的消息包含敏感词，返回敏感词的集合          |
| number          | badwordType          | 0不过滤 1使用*号 2禁止发送                       | 
