PublicFollowupMessage
class PublicFollowupMessage(val message: Message, val applicationId: Snowflake, val token: String, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : FollowupMessage, PublicFollowupMessageBehavior(source)
Holds the followup Message resulting from a public followup message and behaves on it through PublicFollowupMessageBehavior
Parameters
message
The message created by this followup. To use the message behavior your application must be authorized as a bot.
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 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
Link copied to clipboard
Link copied to clipboard