Package-level declarations
Types
Link copied to clipboard
The behavior of a Discord Followup Message This followup message is visible to only to the user who made the interaction.
Link copied to clipboard
The behavior of a Followup Message
Link copied to clipboard
The behavior of a Discord Followup Message This followup message is visible to all users in the channel.
Functions
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.
Link copied to clipboard
fun EphemeralFollowupMessageBehavior(id: Snowflake, applicationId: Snowflake, token: String, channelId: Snowflake, kord: Kord, supplier: EntitySupplier): EphemeralFollowupMessageBehavior
Link copied to clipboard
fun PublicFollowupMessageBehavior(id: Snowflake, applicationId: Snowflake, token: String, channelId: Snowflake, kord: Kord, supplier: EntitySupplier): PublicFollowupMessageBehavior