t

ackcord.interactions

VoiceChannelComponentInteraction

trait VoiceChannelComponentInteraction extends GuildComponentInteraction with VoiceChannelInteraction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VoiceChannelComponentInteraction
  2. VoiceChannelInteraction
  3. GuildComponentInteraction
  4. GuildInteraction
  5. ResolvedComponentInteraction
  6. ResolvedInteraction
  7. CacheComponentInteraction
  8. ComponentInteraction
  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 customId: String
    Definition Classes
    ComponentInteraction
  3. abstract def guild: GatewayGuild
    Definition Classes
    GuildInteraction
  4. abstract def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    Interaction
  5. abstract def member: GuildMember
    Definition Classes
    GuildInteraction
  6. abstract def memberPermissions: Permission
    Definition Classes
    GuildInteraction
  7. abstract def message: Message
    Definition Classes
    ComponentInteraction
  8. abstract def textChannel: TextGuildChannel
  9. abstract def voiceChannel: VoiceGuildChannel
    Definition Classes
    VoiceChannelInteraction

Concrete Value Members

  1. def channelId: TextChannelId
    Definition Classes
    Interaction
  2. def id: InteractionId
    Definition Classes
    Interaction
  3. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  4. def optGuild: Option[GatewayGuild]
  5. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  6. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  7. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  8. def token: String
    Definition Classes
    Interaction
  9. def user: User
    Definition Classes
    Interaction
  10. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction