Package-level declarations

Types

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

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

Link copied to clipboard

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

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

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