interface PaginationItem { allowedMentions?: MessageMentionOptions; attachments?: (
Attachment | MessageEditAttachmentData)
[]; components?: readonly (
| APIMessageTopLevelComponent | JSONEncodable<APIMessageTopLevelComponent> | TopLevelComponentData | ActionRowData< (MessageActionRowComponentData | MessageActionRowComponentBuilder)
, > )
[]; content?: string; embeds?: readonly (
APIEmbed | JSONEncodable<APIEmbed>)
[]; files?: readonly (
| Attachment | BufferResolvable | Stream | JSONEncodable<APIAttachment> | AttachmentBuilder | AttachmentPayload )
[];} Properties
Optional
allowedMentions
allowedMentions?: MessageMentionOptions
Optional
attachments
attachments?: (Attachment | MessageEditAttachmentData)[]
Optional
components
components?: readonly (
| APIMessageTopLevelComponent
| JSONEncodable<APIMessageTopLevelComponent>
| TopLevelComponentData
| ActionRowData<
(MessageActionRowComponentData | MessageActionRowComponentBuilder),
>
)[]
Optional
content
content?: string
Optional
embeds
embeds?: readonly (APIEmbed | JSONEncodable<APIEmbed>)[]
Optional
files
files?: readonly (
| Attachment
| BufferResolvable
| Stream
| JSONEncodable<APIAttachment>
| AttachmentBuilder
| AttachmentPayload
)[]