editingPaginator

inline fun PublicMessageInteractionResponseBehavior.editingPaginator(defaultGroup: Key = EMPTY_KEY, locale: Locale? = null, builder: PaginatorBuilder.() -> Unit): PublicResponsePaginator

Create a paginator that edits the original interaction.


inline fun EphemeralMessageInteractionResponseBehavior.editingPaginator(defaultGroup: Key = EMPTY_KEY, locale: Locale? = null, builder: PaginatorBuilder.() -> Unit): EphemeralResponsePaginator

Create a paginator that edits the original interaction. This is the only option for an ephemeral interaction, as it's impossible to edit an ephemeral follow-up.