PublicFollowupMessageBehavior

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

Inheritors

Properties

Link copied to clipboard
abstract val applicationId: Snowflake
Link copied to clipboard
Link copied to clipboard
abstract val channelId: Snowflake
Link copied to clipboard
abstract val id: Snowflake

The unique identifier of this entity.

Link copied to clipboard
abstract val kord: Kord

The kord instance that created this object.

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

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