trait VoiceChannelCommandInteraction[A] extends GuildCommandInteraction[A] with VoiceChannelInteraction
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoiceChannelCommandInteraction
- VoiceChannelInteraction
- GuildCommandInteraction
- GuildInteraction
- ResolvedCommandInteraction
- ResolvedInteraction
- CacheCommandInteraction
- CommandInteraction
- CacheInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cache: CacheSnapshot
- Definition Classes
- CacheInteraction
- abstract def commandInvocationInfo: CommandInvocationInfo[A]
- Definition Classes
- CommandInteraction
- abstract def guild: GatewayGuild
- Definition Classes
- GuildInteraction
- abstract def member: GuildMember
- Definition Classes
- GuildInteraction
- abstract def memberPermissions: Permission
- Definition Classes
- GuildInteraction
- abstract def textChannel: TextGuildChannel
- Definition Classes
- GuildInteraction → ResolvedInteraction
- abstract def voiceChannel: VoiceGuildChannel
- Definition Classes
- VoiceChannelInteraction
Concrete Value Members
- def args: A
- Definition Classes
- CommandInteraction
- def channelId: TextChannelId
- Definition Classes
- Interaction
- def commandId: CommandId
- Definition Classes
- CommandInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- def interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- CommandInteraction → Interaction
- 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 token: String
- Definition Classes
- Interaction
- def user: User
- Definition Classes
- Interaction
- def webhookId: SnowflakeType[Webhook]
- Definition Classes
- Interaction