Skip to content

Commit

Permalink
fix: eng
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Oct 10, 2024
1 parent 321ca9d commit b7d8429
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ hide_title: true
| senderName | string | Sender's nickname. In single chats, if the sender is the current user, this field is the friend's nickname. In group chats, this field is the sender's nickname |
| LatestMsgRecvTime | string | Timestamp of the latest received message |
| msgFrom | string | Message source. 100 for user-sent messages, 200 for admin-sent or system broadcast notifications, etc. |
| content | object | Detailed content of the message, internally a JSON object. For other message types, refer to the [Message Type Format Description](docs/restapi/contentDescription) document |
| contentType | int | [Message type](docs/restapi/contentDescription) |
| content | object | Detailed content of the message, internally a JSON object. For other message types, refer to the [Message Type Format Description](/restapi/contentDescription) document |
| contentType | int | [Message type](/restapi/contentDescription) |
| groupID | string | Group chat ID |
| groupName | string | Group chat name |
| groupFaceURL | string | Group chat avatar URL |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hide_title: true
</center>

### Brief Description
- Modifies group member information. The `roleLevel` field cannot be set to 100 (Group Owner). To transfer ownership, use the [Transfer Group Ownership](docs/restapi/apis/groupManagement/transferGroup) endpoint.
- Modifies group member information. The `roleLevel` field cannot be set to 100 (Group Owner). To transfer ownership, use the [Transfer Group Ownership](/restapi/apis/groupManagement/transferGroup) endpoint.

### Request Method
- `post`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ hide_title: true
| senderNickname | Optional | string | Sender's nickname. |
| senderFaceURL | Optional | string | Sender's avatar URL. |
| senderPlatformID | Optional | int | Sender's [platform type](/restapi/commonFields/#通用字段说明). |
| content | Required | object | Message content, a JSON object. See [message format documentation](docs/restapi/contentDescription/#content-具体内容-). |
| contentType | Required | int | [Message type](docs/restapi/contentDescription). |
| content | Required | object | Message content, a JSON object. See [message format documentation](/restapi/contentDescription/#content-具体内容-). |
| contentType | Required | int | [Message type](/restapi/contentDescription). |
| sessionType | Required | int | [Session type](/restapi/commonFields/#通用字段说明). |
| isOnlineOnly | Optional | boolean | If true, message is only sent when the receiver is online and won't be stored. |
| notOfflinePush | Optional | boolean | If true, message will not trigger offline push notifications when the user is offline. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ hide_title: true
| senderNickname | Optional | string | Sender’s nickname |
| senderFaceURL | Optional | string | Sender’s avatar URL |
| senderPlatformID | Optional | int | Sender’s [platform type](/restapi/commonFields/#通用字段说明), value from 1-9 |
| content | Required | object | Message content; refer to [Message Type Format Description](docs/restapi/contentDescription/#content-具体内容-) |
| content | Required | object | Message content; refer to [Message Type Format Description](/restapi/contentDescription/#content-具体内容-) |
| content.content | Required | string | Message content text |
| contentType | Required | int | [Message type](docs/restapi/contentDescription) |
| contentType | Required | int | [Message type](/restapi/contentDescription) |
| sessionType | Required | int | [Conversation type](/restapi/commonFields/#通用字段说明) |
| isOnlineOnly | Optional | boolean | Receiver must be online to receive; otherwise, message is dropped |
| notOfflinePush | Optional | boolean | Do not push offline notifications |
Expand Down

0 comments on commit b7d8429

Please sign in to comment.