Interface GetChannelMessagesOptions

Hierarchy

  • GetChannelMessagesOptions

Properties

after?: string

Get messages after this message id.

around?: string

Get messages around this message id.

before?: string

Get messages before this message id.

limit?: number

The maximum amount of messages to get. Defaults to 100. Use Infinity if you wish to get as many messages as possible.