EphemeralFollowupMessage
class EphemeralFollowupMessage(val message: Message, val applicationId: Snowflake, val token: String, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : FollowupMessage, EphemeralFollowupMessageBehavior(source)
Holds the followup Message resulting from an ephemeral followup message and behaves on it through EphemeralFollowupMessageBehavior.
Parameters
message
The message created by this followup. Any rest calls made through the message behavior, e.g. message.delete()
, will throw since ephemeral messages are not accessible through bot authorization.
Constructors
Link copied to clipboard
constructor(message: Message, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The id of the MessageChannel the followup message was sent in.
Link copied to clipboard
The supplier used to request entities.
Functions
Link copied to clipboard
inline suspend fun EphemeralFollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): EphemeralFollowupMessage
inline suspend fun FollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): FollowupMessage
Requests to edit this followup message.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard