HistoryMsgGetTypeEnum
Introduction
The type of loading history messages.
Parameter introduction
| Enumeration name | Enumeration type | value |
|---|---|---|
| V2TIM_GET_CLOUD_OLDER_MSG | Get the older messages from the server. | 1 |
| V2TIM_GET_CLOUD_NEWER_MSG | Get the more recent messages from the server. | 2 |
| V2TIM_GET_LOCAL_OLDER_MSG | Get the older messages from local database. | 3 |
| V2TIM_GET_LOCAL_NEWER_MSG | Get the more recent messages from local database. | 4 |