Hierarchy

  • IMessageListOptions

Index

Properties

Properties

Optional count

count: number

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

Optional end

end: Date | number | string

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

Optional start

start: Date | number | string

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