Optional asccn 是否为升序排序
false 表示返回的消息按时间降序排序; true 表示按时间升序排序
en Whether to sort in ascending order
false: the returned messages are sorted in descending order by time. true: the returned messages are sorted in ascending order by time.
Optional begin@Multi_Lang_Tag
cn 开始时间戳, 精确到 ms, 默认为 0
en Start timestamp (accurate to ms). Default value: 0
Optional end@Multi_Lang_Tag
cn 结束时间戳, 精确到 ms, 默认为服务器的当前时间
en End timestamp (accurate to ms). Defaults value: the server's current time
Optional last@Multi_Lang_Tag
cn 上次查询的最后一条消息的 idServer, 第一次不填
en Message ID (generated by the IM server) of the last message that was searched for. Not required for the first time.
Optional limit@Multi_Lang_Tag
cn 本次查询的消息数量限制, 最多 100 条, 默认 100 条
en The limit (100) of the number of messages for the current query. The default value is also 100.
Optional msg@Multi_Lang_Tag
cn 消息类型列表,默认全部消息类型
en Message types. Default value: all message types
Optional reverse@Multi_Lang_Tag
cn 是否为反向查询,默认 false
false 表示从 endTime 开始往前查找历史消息; true 表示从 beginTime 开始往后查找历史消息
en Whether to sort in ascending order
false: the returned messages are sorted in descending order by time. true: the returned messages are sorted in ascending order by time.
@Multi_Lang_Tag
cn 场景
en Scenes
@Multi_Lang_Tag
cn 聊天对象, 账号或者群id
en The person that the user chats with, account, or group ID
Generated using TypeDoc
@Multi_Lang_Tag