c

ackcord.interactions

BaseGuildComponentInteraction

case class BaseGuildComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot) extends GuildComponentInteraction with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseGuildComponentInteraction
  2. Serializable
  3. Product
  4. Equals
  5. GuildComponentInteraction
  6. GuildInteraction
  7. ResolvedComponentInteraction
  8. ResolvedInteraction
  9. CacheComponentInteraction
  10. ComponentInteraction
  11. CacheInteraction
  12. Interaction
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BaseGuildComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot)

Value Members

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