AdvancedHistoryInfo
Description
info
Returned results for getting historical message records.
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
AdvancedMessage
| Field Name | Field Type | Description |
|---|---|---|
| isEnd | bool | Whether the last message has been fetched |
| lastMinSeq | int | Used for the next request's parameter |
| errCode | int | Error code, 0 means normal |
| errMsg | String | Error message |
| messageList | List<Message> | Message list |
OIMGetAdvancedHistoryMessageListInfo
| Field Name | Field Type | Description |
|---|---|---|
| isEnd | BOOL | Whether the last message has been fetched |
| lastMinSeq | NSInteger | Used for the next request's parameter |
| errCode | NSInteger | Error code, 0 means normal |
| errMsg | NSString | Error message |
| messageList | NSArray < OIMMessageInfo * > | Message list |
AdvancedMessage
| Field Name | Field Type | Description |
|---|---|---|
| isEnd | boolean | Whether the last message has been fetched |
| lastMinSeq | int | Used for the next request's parameter |
| errCode | int | Error code, 0 means normal |
| errMsg | String | Error message |
| messageList | List<Message> | Message list |
AdvancedGetMessageResult
| Field Name | Field Type | Description |
|---|---|---|
| isEnd | boolean | Whether the last message has been fetched |
| lastMinSeq | number | Used for the next request's parameter |
| errCode | number | Error code, 0 means normal |
| errMsg | string | Error message |
| messageList | MessageItem[] | Message list |
AdvancedGetMessageResult
| Field Name | Field Type | Description |
|---|---|---|
| isEnd | boolean | Whether the last message has been fetched |
| lastMinSeq | number | Used for the next request's parameter |
| errCode | number | Error code, 0 means normal |
| errMsg | string | Error message |
| messageList | MessageItem[] | Message list |
AdvancedGetMessageResult
| Field Name | Field Type | Description |
|---|---|---|
| isEnd | boolean | Whether the last message has been fetched |
| lastMinSeq | number | Used for the next request's parameter |
| errCode | number | Error code, 0 means normal |
| errMsg | string | Error message |
| messageList | MessageItem[] | Message list |