c

ackcord.interactions

BaseCacheMenuInteraction

case class BaseCacheMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String], cache: CacheSnapshot) extends CacheMenuInteraction with Product with Serializable

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

Instance Constructors

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

Value Members

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