FollowupMessage

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

Parameters

message

The message created by this followup. To use the message behavior your application must be authorized as a bot.

Inheritors

Properties

Link copied to clipboard
abstract val applicationId: Snowflake
Link copied to clipboard
Link copied to clipboard
open override val channelId: Snowflake

The id of the MessageChannel the followup message was sent in.

Link copied to clipboard
open override val id: Snowflake

The id of the followup message.

Link copied to clipboard
abstract val kord: Kord

The kord instance that created this object.

Link copied to clipboard
Link copied to clipboard
abstract val supplier: EntitySupplier

The supplier used to request entities.

Link copied to clipboard
abstract val token: String

Functions

Link copied to clipboard
open operator override fun compareTo(other: Entity): Int

Compares entities on id.

Link copied to clipboard
open suspend fun delete()

Requests to delete this followup message.

Link copied to clipboard

Requests to edit this followup message.

Link copied to clipboard
open suspend fun getChannel(): MessageChannel
Link copied to clipboard
open suspend fun getChannelOrNull(): MessageChannel?
Link copied to clipboard
abstract override fun withStrategy(strategy: EntitySupplyStrategy<*>): FollowupMessage

Returns a copy of this class with a new supplier provided by the strategy.