case class ApplicationCommandInteractionData(id: CommandId, name: String, type: ApplicationCommandType, resolved: Option[ApplicationCommandInteractionDataResolved], options: Option[Seq[ApplicationCommandInteractionDataOption[_]]], targetId: Option[RawSnowflake]) extends ApplicationInteractionData with Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationCommandInteractionData
- Serializable
- Product
- Equals
- ApplicationInteractionData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApplicationCommandInteractionData(id: CommandId, name: String, type: ApplicationCommandType, resolved: Option[ApplicationCommandInteractionDataResolved], options: Option[Seq[ApplicationCommandInteractionDataOption[_]]], targetId: Option[RawSnowflake])
Value Members
- val id: CommandId
- val name: String
- val options: Option[Seq[ApplicationCommandInteractionDataOption[_]]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val resolved: Option[ApplicationCommandInteractionDataResolved]
- val targetId: Option[RawSnowflake]
- val type: ApplicationCommandType