export interface FetchMessagesOptions
Options used to fetch multiple messages. The before
, after
, and around
parameters are mutually exclusive.
optionalSnowflake after? :
Consider only messages after this id
optionalSnowflake around? :
Consider only messages around this id
optionalSnowflake before? :
Consider only messages before this id
optionalboolean cache? :
Whether to cache the fetched messages
optionalnumber limit? :
The maximum number of messages to return