t

ackcord.interactions

VoiceChannelCommandInteraction

trait VoiceChannelCommandInteraction[A] extends GuildCommandInteraction[A] with VoiceChannelInteraction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VoiceChannelCommandInteraction
  2. VoiceChannelInteraction
  3. GuildCommandInteraction
  4. GuildInteraction
  5. ResolvedCommandInteraction
  6. ResolvedInteraction
  7. CacheCommandInteraction
  8. CommandInteraction
  9. CacheInteraction
  10. Interaction
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cache: CacheSnapshot
    Definition Classes
    CacheInteraction
  2. abstract def commandInvocationInfo: CommandInvocationInfo[A]
    Definition Classes
    CommandInteraction
  3. abstract def guild: GatewayGuild
    Definition Classes
    GuildInteraction
  4. abstract def member: GuildMember
    Definition Classes
    GuildInteraction
  5. abstract def memberPermissions: Permission
    Definition Classes
    GuildInteraction
  6. abstract def textChannel: TextGuildChannel
  7. abstract def voiceChannel: VoiceGuildChannel
    Definition Classes
    VoiceChannelInteraction

Concrete Value Members

  1. def args: A
    Definition Classes
    CommandInteraction
  2. def channelId: TextChannelId
    Definition Classes
    Interaction
  3. def commandId: CommandId
    Definition Classes
    CommandInteraction
  4. def id: InteractionId
    Definition Classes
    Interaction
  5. def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    CommandInteractionInteraction
  6. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  7. def optGuild: Option[GatewayGuild]
  8. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  9. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  10. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  11. def token: String
    Definition Classes
    Interaction
  12. def user: User
    Definition Classes
    Interaction
  13. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction