c

ackcord.interactions

BaseVoiceChannelComponentInteraction

case class BaseVoiceChannelComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, voiceChannel: VoiceGuildChannel, cache: CacheSnapshot) extends VoiceChannelComponentInteraction with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseVoiceChannelComponentInteraction
  2. Serializable
  3. Product
  4. Equals
  5. VoiceChannelComponentInteraction
  6. VoiceChannelInteraction
  7. GuildComponentInteraction
  8. GuildInteraction
  9. ResolvedComponentInteraction
  10. ResolvedInteraction
  11. CacheComponentInteraction
  12. ComponentInteraction
  13. CacheInteraction
  14. Interaction
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BaseVoiceChannelComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: 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 voiceChannel: VoiceGuildChannel
  20. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction