Interface IMessageListOptions

Hierarchy

  • IMessageListOptions

Properties

count?: number

Total number of messages to return. Default / Max is 100

end?: DateTime

Receive messages that from the end time value and newer. Used with end, receive messages between both time values.

includeFilteredMessages?: boolean
start?: DateTime

Receive messages that are older than and up to start time value. Used with end, receive messages between both time values.

Generated using TypeDoc