Package dev.kord.core.entity.interaction.followup

Types

EphemeralFollowupMessage
Link copied to clipboard
class EphemeralFollowupMessage(message: Message, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier) : FollowupMessage, EphemeralFollowupMessageBehavior

Holds the followup Message resulting from an ephemeral followup message and behaves on it through EphemeralFollowupMessageBehavior.

FollowupMessage
Link copied to clipboard
sealed class FollowupMessage : FollowupMessageBehavior

Holds the followup Message resulting from an interaction followup and behaves on it through FollowupMessageBehavior.

InteractionFollowup
Link copied to clipboard
typealias InteractionFollowup = FollowupMessage
PublicFollowupMessage
Link copied to clipboard
class PublicFollowupMessage(message: Message, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier) : FollowupMessage, PublicFollowupMessageBehavior

Holds the followup Message resulting from a public followup message and behaves on it through PublicFollowupMessageBehavior