MessageInteraction
@Serializable
The interaction that triggered this message, if the original interaction does not have a message of its own So MessageComponent interactions don't have this property, since they require an existing message
https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object
Constructors
Link copied to clipboard
constructor(id: String, type: InteractionType, commandName: String, invokingUser: User, guildMember: GuildMember? = null)