case class StatelessMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String]) extends MenuInteraction with Product with Serializable
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatelessMenuInteraction
- Serializable
- Product
- Equals
- MenuInteraction
- ComponentInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StatelessMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String])
Value Members
- def channelId: TextChannelId
- Definition Classes
- Interaction
- val customId: String
- Definition Classes
- StatelessMenuInteraction → ComponentInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- val interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- StatelessMenuInteraction → Interaction
- val message: Message
- Definition Classes
- StatelessMenuInteraction → ComponentInteraction
- def optCache: Option[CacheSnapshot]
- Definition Classes
- StatelessMenuInteraction → Interaction
- def optGuildId: Option[GuildId]
- Definition Classes
- Interaction
- def optMember: Option[GuildMember]
- Definition Classes
- Interaction
- def optMemberPermissions: Option[Permission]
- Definition Classes
- Interaction
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def token: String
- Definition Classes
- Interaction
- def user: User
- Definition Classes
- Interaction
- val values: Seq[String]
- Definition Classes
- StatelessMenuInteraction → MenuInteraction
- def webhookId: SnowflakeType[Webhook]
- Definition Classes
- Interaction