EphemeralFollowupMessage
constructor(message: Message, applicationId: Snowflake, token: String, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)(source)
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.