Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageFetchOptions

Hierarchy

  • MessageFetchOptions

Index

Properties

Properties

Optional after

after: undefined | string

The messages to get after this ID (not inclusive).

since

0.0.1

Optional around

around: undefined | string

The messages to get around this ID.

since

0.0.1

Optional before

before: undefined | string

The messages to get before this ID (not inclusive).

since

0.0.1

Optional limit

limit: undefined | number

The maximum number of messages to return (1-100).

since

0.0.1

Generated using TypeDoc