c

ackcord.interactions

BaseGuildMenuInteraction

case class BaseGuildMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String], textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot) extends GuildMenuInteraction with Product with Serializable

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

Instance Constructors

  1. new BaseGuildMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String], textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot)

Value Members

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