OpenChannelMessagesQueryParams

Open channel history message query parameters.

Parameters

channelId

The open channel ID to query messages from

isAscending

Whether ascending pull, default false (descending)

pageSize

Messages per page (0-200), default 20

startTime

Start message send timestamp (milliseconds), 0 starts from the latest message

Constructors

Link copied to clipboard
public OpenChannelMessagesQueryParams OpenChannelMessagesQueryParams(String channelId, Boolean isAscending, Integer pageSize, Long startTime)

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
private final Boolean isAscending
Link copied to clipboard
private final Integer pageSize
Link copied to clipboard
private final Long startTime

Functions

Link copied to clipboard
public final String getChannelId()
Link copied to clipboard
public final Integer getPageSize()
Link copied to clipboard
public final Long getStartTime()
Link copied to clipboard
public final Boolean isAscending()