c

ackcord.interactions

BaseResolvedMenuInteraction

case class BaseResolvedMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String], textChannel: TextChannel, optGuild: Option[GatewayGuild], cache: CacheSnapshot) extends ResolvedMenuInteraction with Product with Serializable

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

Instance Constructors

  1. new BaseResolvedMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String], textChannel: TextChannel, optGuild: Option[GatewayGuild], 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. val optGuild: Option[GatewayGuild]
  9. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  10. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  11. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. val textChannel: TextChannel
  14. def token: String
    Definition Classes
    Interaction
  15. def user: User
    Definition Classes
    Interaction
  16. val values: Seq[String]
  17. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction