APIMessageInteraction
https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object
Signature
export interface APIMessageInteractionProperties
id: Snowflake;ID of the interaction
type: InteractionType;The type of interaction
name: string;The name of the application command, including subcommands and subcommand groups
user: APIUser;The user who invoked the interaction
member?: PartialAPIMessageInteractionGuildMember;The guild member who invoked the interaction, only sent in MESSAGE_CREATE events