Package dev.kord.core.behavior.interaction.followup

Types

EphemeralFollowupMessageBehavior
Link copied to clipboard
interface EphemeralFollowupMessageBehavior : FollowupMessageBehavior

The behavior of a Discord Followup Message This followup message is visible to only to the user who made the interaction.

FollowupMessageBehavior
Link copied to clipboard
interface FollowupMessageBehavior : KordEntity, Strategizable

The behavior of a Followup Message

PublicFollowupMessageBehavior
Link copied to clipboard
interface PublicFollowupMessageBehavior : FollowupMessageBehavior

The behavior of a Discord Followup Message This followup message is visible to all users in the channel.

Functions

edit
Link copied to clipboard
inline suspend fun EphemeralFollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): EphemeralFollowupMessage
inline suspend fun FollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): FollowupMessage
inline suspend fun PublicFollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): PublicFollowupMessage

Requests to edit this followup message.

EphemeralFollowupMessageBehavior
Link copied to clipboard
fun EphemeralFollowupMessageBehavior(id: Snowflake, applicationId: Snowflake, token: String, channelId: Snowflake, kord: Kord, supplier: EntitySupplier): EphemeralFollowupMessageBehavior
PublicFollowupMessageBehavior
Link copied to clipboard
fun PublicFollowupMessageBehavior(id: Snowflake, applicationId: Snowflake, token: String, channelId: Snowflake, kord: Kord, supplier: EntitySupplier): PublicFollowupMessageBehavior