case class MessageInteraction(id: String, type: InteractionType, name: String, user: User) extends Product with Serializable
This is sent on the message object when the message is a response to an Interaction.
- id
id of the interaction
- type
the type of interaction
- name
the name of the ApplicationCommand
- user
the user who invoked the interaction
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MessageInteraction
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MessageInteraction(id: String, type: InteractionType, name: String, user: User)
- id
id of the interaction
- type
the type of interaction
- name
the name of the ApplicationCommand
- user
the user who invoked the interaction