get Messages Around Time
public final Unit getMessagesAroundTime(GetMessagesAroundTimeParams params, OperationHandler<List<Message>> handler)
Gets messages around a given sent timestamp.
Returns messages both before and after the specified time, sorted chronologically.
Parameters
params
Parameters including the sent time and the count of messages before/after
handler
Callback returning the message list on success