Hierarchy

  • IMessageListOptions

Properties

count?: number

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

end?: string | number | Date

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

includeFilteredMessages?: boolean
start?: string | number | Date

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

Generated using TypeDoc