Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FetchSomeMessagesOptions

Options for when fetching some messages in a text channel

Hierarchy

  • FetchSomeMessagesOptions

Index

Properties

Properties

Optional after

after: Snowflake

Get messages after this message ID

Optional around

around: Snowflake

Get messages around this message ID

Optional before

before: Snowflake

Get messages before this message ID

Optional limit

limit: undefined | number

The max number of messages to return (1-100)

Generated using TypeDoc