c

ackcord.interactions

BaseResolvedCommandInteraction

case class BaseResolvedCommandInteraction[A](commandInvocationInfo: CommandInvocationInfo[A], textChannel: TextChannel, optGuild: Option[GatewayGuild], cache: CacheSnapshot) extends ResolvedCommandInteraction[A] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseResolvedCommandInteraction
  2. Serializable
  3. Product
  4. Equals
  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

Instance Constructors

  1. new BaseResolvedCommandInteraction(commandInvocationInfo: CommandInvocationInfo[A], textChannel: TextChannel, optGuild: Option[GatewayGuild], 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. def id: InteractionId
    Definition Classes
    Interaction
  7. def interactionInvocationInfo: InteractionInvocationInfo
    Definition Classes
    CommandInteractionInteraction
  8. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  9. val optGuild: Option[GatewayGuild]
  10. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  11. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  12. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. val textChannel: TextChannel
  15. def token: String
    Definition Classes
    Interaction
  16. def user: User
    Definition Classes
    Interaction
  17. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction