FetchMessagesOptions
- interface FetchMessagesOptions
Pagination controls for retrieving messages from a channel.
exported from
lib.weeble.d
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Fetch messages after this ID (newer messages). |
|
|
Fetch messages around this ID (centered pagination). |
|
|
Fetch messages before this ID (older messages). |
|
|
Maximum number of messages to fetch (1-100). |