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
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseVoiceChannelComponentInteraction
- Serializable
- Product
- Equals
- VoiceChannelComponentInteraction
- VoiceChannelInteraction
- GuildComponentInteraction
- GuildInteraction
- ResolvedComponentInteraction
- ResolvedInteraction
- CacheComponentInteraction
- ComponentInteraction
- CacheInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BaseVoiceChannelComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, voiceChannel: VoiceGuildChannel, cache: CacheSnapshot)
Value Members
- val cache: CacheSnapshot
- Definition Classes
- BaseVoiceChannelComponentInteraction → CacheInteraction
- def channelId: TextChannelId
- Definition Classes
- Interaction
- val customId: String
- Definition Classes
- BaseVoiceChannelComponentInteraction → ComponentInteraction
- val guild: GatewayGuild
- Definition Classes
- BaseVoiceChannelComponentInteraction → GuildInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- val interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- BaseVoiceChannelComponentInteraction → Interaction
- val member: GuildMember
- Definition Classes
- BaseVoiceChannelComponentInteraction → GuildInteraction
- val memberPermissions: Permission
- Definition Classes
- BaseVoiceChannelComponentInteraction → GuildInteraction
- val message: Message
- Definition Classes
- BaseVoiceChannelComponentInteraction → ComponentInteraction
- def optCache: Option[CacheSnapshot]
- Definition Classes
- CacheInteraction → Interaction
- def optGuild: Option[GatewayGuild]
- Definition Classes
- GuildInteraction → ResolvedInteraction
- def optGuildId: Option[GuildId]
- Definition Classes
- Interaction
- def optMember: Option[GuildMember]
- Definition Classes
- Interaction
- def optMemberPermissions: Option[Permission]
- Definition Classes
- Interaction
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val textChannel: TextGuildChannel
- Definition Classes
- BaseVoiceChannelComponentInteraction → GuildInteraction → ResolvedInteraction
- def token: String
- Definition Classes
- Interaction
- def user: User
- Definition Classes
- Interaction
- val voiceChannel: VoiceGuildChannel
- Definition Classes
- BaseVoiceChannelComponentInteraction → VoiceChannelInteraction
- def webhookId: SnowflakeType[Webhook]
- Definition Classes
- Interaction