FetchMessagesOptions

interface FetchMessagesOptions

Pagination controls for retrieving messages from a channel.

exported from lib.weeble.d

Properties

Property

Type

Description

after?

string

Fetch messages after this ID (newer messages).

around?

string

Fetch messages around this ID (centered pagination).

before?

string

Fetch messages before this ID (older messages).

limit?

number

Maximum number of messages to fetch (1-100).