Type Alias PaginationItem

PaginationItem: BaseMessageOptions & {
    attachments?: JSONEncodable<AttachmentPayload>[];
}