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
OptionalallowedMentions
allowedMentions?: MessageMentionOptions
Optionalattachments
attachments?: (Attachment | MessageEditAttachmentData)[]
Optionalcomponents
components?: readonly (
| APIMessageTopLevelComponent
| JSONEncodable<APIMessageTopLevelComponent>
| TopLevelComponentData
| ActionRowData<
(MessageActionRowComponentData | MessageActionRowComponentBuilder),
>
)[]
Optionalcontent
content?: string
Optionalembeds
embeds?: readonly (APIEmbed | JSONEncodable<APIEmbed>)[]
Optionalfiles
files?: readonly (
| Attachment
| BufferResolvable
| Stream
| JSONEncodable<APIAttachment>
| AttachmentBuilder
| AttachmentPayload
)[]