Skip to main content

GetMessagesAround

Documentation


Documentation / @discordeno/types / GetMessagesAround

Interface: GetMessagesAround

Defined in: discordeno/message.ts:53

https://docs.discord.com/developers/resources/channel#get-channel-messages-query-string-params

Extends

Properties

around?

optional around?: BigString

Defined in: discordeno/message.ts:55

Get messages around this message id


limit?

optional limit?: number

Defined in: discordeno/message.ts:49

Max number of messages to return (1-100) default 50

Inherited from

GetMessagesLimit.limit