get Threaded Messages By Timestamp
fun getThreadedMessagesByTimestamp(ts: Long, params: ThreadMessageListParams, handler: ThreadedMessagesHandler?)
Retrieves the threaded replies of the current message depending on the timestamp. If the current message doesn’t have replies, the result is an empty list. The result is passed to handler
as list
.
Since
3.0.130
Parameters
ts
Specifies the timestamp to be the reference point of the retrieval, in Unix milliseconds format.
params
Params for getting thread message list. See ThreadMessageListParams
handler
Callback handler.