Interface IMessageListOptions
Hierarchy
- IMessageListOptions
Index
Properties
Properties
Optional
count
count?: number
Optional
end
end?: string | number | Date
Receive messages that from the end
time value and newer.
Used with end
, receive messages between both time values.
Optional
include Filtered Messages
include Filtered Messages?: boolean
Optional
start
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
Total number of messages to return. Default / Max is 100