getMessagesByTimestamp

Retrieves previous or next messages based on the timestamp in a specific channel. The result is passed to handler as list.

Since

3.0.130

Parameters

ts

Specifies the timestamp to be the reference point for messages to retrieve, in Unix milliseconds format.

params

Params for getting message list. See MessageListParams

handler

Callback handler.