c

ackcord.interactions

BaseGuildCommandInteraction

case class BaseGuildCommandInteraction[A](commandInvocationInfo: CommandInvocationInfo[A], textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot) extends GuildCommandInteraction[A] with Product with Serializable

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

Instance Constructors

  1. new BaseGuildCommandInteraction(commandInvocationInfo: CommandInvocationInfo[A], textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot)

Value Members

  1. def args: A
    Definition Classes
    CommandInteraction
  2. val cache: CacheSnapshot
  3. def channelId: TextChannelId
    Definition Classes
    Interaction
  4. def commandId: CommandId
    Definition Classes
    CommandInteraction
  5. val commandInvocationInfo: CommandInvocationInfo[A]
  6. val guild: GatewayGuild
  7. def id: InteractionId
    Definition Classes
    Interaction
  8. def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    CommandInteractionInteraction
  9. val member: GuildMember
  10. val memberPermissions: Permission
  11. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  12. def optGuild: Option[GatewayGuild]
  13. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  14. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  15. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val textChannel: TextGuildChannel
  18. def token: String
    Definition Classes
    Interaction
  19. def user: User
    Definition Classes
    Interaction
  20. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction