Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MessagesRequest

Index

Constructors

Methods

Constructors

constructor

Methods

fetchNext

  • Get list of next messages based on the parameters specified in MessagesRequestBuilder class. The Developer need to call this method repeatedly using the same object of MessagesRequest class to get paginated list of message.

    Returns Promise<BaseMessage[] | []>

fetchPrevious

  • Get list of previous messages based on the parameters specified in MessagesRequestBuilder class. The Developer need to call this method repeatedly using the same object of MessagesRequest class to get paginated list of message.

    Returns Promise<BaseMessage[] | []>