Type Alias: PaginatedMessageComponentUnion
PaginatedMessageComponentUnion =
JSONEncodable<APIActionRowComponent<APIComponentInMessageActionRow>> |ActionRowData<ActionRowComponentOptions|MessageActionRowComponentBuilder> |APIActionRowComponent<APIComponentInMessageActionRow>
Defined in: projects/utilities/packages/discord.js-utilities/src/lib/PaginatedMessages/PaginatedMessageTypes.ts:320
Represents a union type for components in a paginated message. It can be one of the following types:
JSONEncodable<APIActionRowComponent<APIComponentInMessageActionRow>>ActionRowData<ActionRowComponentOptions | MessageActionRowComponentBuilder>APIActionRowComponent<APIComponentInMessageActionRow>