Class OpenChannelMessagesQueryParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenChannelMessagesQueryParams(String channelId, Boolean isAscending, Integer pageSize, Long startTime)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getChannelId()
      final Boolean isAscending()
      final Integer getPageSize()
      final Long getStartTime()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenChannelMessagesQueryParams

        OpenChannelMessagesQueryParams(String channelId, Boolean isAscending, Integer pageSize, Long startTime)
        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