c

ackcord.interactions

BaseVoiceChannelMenuInteraction

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

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

Instance Constructors

  1. new BaseVoiceChannelMenuInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, values: Seq[String], textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, voiceChannel: VoiceGuildChannel, 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. val voiceChannel: VoiceGuildChannel
  21. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction