c

ackcord.interactions

BaseResolvedComponentInteraction

case class BaseResolvedComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextChannel, optGuild: Option[GatewayGuild], cache: CacheSnapshot) extends ResolvedComponentInteraction with Product with Serializable

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

Instance Constructors

  1. new BaseResolvedComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextChannel, optGuild: Option[GatewayGuild], cache: CacheSnapshot)

Value Members

  1. val cache: CacheSnapshot
  2. def channelId: TextChannelId
    Definition Classes
    Interaction
  3. val customId: String
  4. def id: InteractionId
    Definition Classes
    Interaction
  5. val interactionInvocationInfo: InteractionInvocationInfo
  6. val message: Message
  7. def optCache: Option[CacheSnapshot]
    Definition Classes
    CacheInteractionInteraction
  8. val optGuild: Option[GatewayGuild]
  9. def optGuildId: Option[GuildId]
    Definition Classes
    Interaction
  10. def optMember: Option[GuildMember]
    Definition Classes
    Interaction
  11. def optMemberPermissions: Option[Permission]
    Definition Classes
    Interaction
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. val textChannel: TextChannel
  14. def token: String
    Definition Classes
    Interaction
  15. def user: User
    Definition Classes
    Interaction
  16. def webhookId: SnowflakeType[Webhook]
    Definition Classes
    Interaction