ConversationReq
Description
info
Change conversation related attributes
- iOS
- Android
- Flutter
- Unity
ConversationReq
| Field Name | Field Type | Description |
|---|---|---|
| recvMsgOpt | int | Receive message opt 0: Normal; 1: Do not accept messages; 2: Accept online messages but not offline messages |
| groupAtType | int | @ type |
| isPinned | bool | Pinned or not |
| isPrivateChat | bool | Whether burn after reading is turned on |
| burnDuration | int | Burn after reading duration (seconds) |
| ex | String | Extension field |
OIMConversationReq
| Field Name | Field Type | Description |
|---|---|---|
| recvMsgOpt | OIMReceiveMessageOpt | Message receive opt |
| groupAtType | OIMGroupAtType | @ type |
| isPinned | BOOL | Pinned or not |
| isPrivateChat | BOOL | Whether burn after reading is turned on |
| burnDuration | NSTimeInterval | Burn after reading duration (seconds) |
| ex | NSString | Extension field |
ConversationReq
| Field Name | Field Type | Description |
|---|---|---|
| recvMsgOpt | int | Receive message opt 0: Normal; 1: Do not accept messages; 2: Accept online messages but not offline messages |
| groupAtType | int | @ type |
| isPinned | boolean | Pinned or not |
| isPrivateChat | boolean | Whether burn after reading is turned on |
| burnDuration | int | Burn after reading duration (seconds) |
| ex | String | Extension field |
ConversationReq
| Field Name | Field Type | Description |
|---|---|---|
| RecvMsgOpt | int | Receive message opt 0: Normal; 1: Do not accept messages; 2: Accept online messages but not offline messages |
| GroupAtType | int | @ type |
| IsPinned | bool | Pinned or not |
| IsPrivateChat | bool | Whether burn after reading is turned on |
| BurnDuration | int | Burn after reading duration (seconds) |
| Ex | String | Extension field |