c

ackcord.interactions

StatelessMenuInteraction

case class StatelessMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String]) extends MenuInteraction with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatelessMenuInteraction
  2. Serializable
  3. Product
  4. Equals
  5. MenuInteraction
  6. ComponentInteraction
  7. Interaction
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatelessMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String])

Value Members

  1. def channelId: TextChannelId
    Definition Classes
    Interaction
  2. val customId: String
  3. def id: InteractionId
    Definition Classes
    Interaction
  4. val interactionInvocationInfo: InteractionInvocationInfo
  5. val message: Message
  6. def optCache: Option[CacheSnapshot]
  7. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  8. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  9. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def token: String
    Definition Classes
    Interaction
  12. def user: User
    Definition Classes
    Interaction
  13. val values: Seq[String]
  14. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction