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
- Source
- interactions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseGuildComponentInteraction
- Serializable
- Product
- Equals
- GuildComponentInteraction
- GuildInteraction
- ResolvedComponentInteraction
- ResolvedInteraction
- CacheComponentInteraction
- ComponentInteraction
- CacheInteraction
- Interaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BaseGuildComponentInteraction(interactionInvocationInfo: InteractionInvocationInfo, message: Message, customId: String, textChannel: TextGuildChannel, guild: GatewayGuild, member: GuildMember, memberPermissions: Permission, cache: CacheSnapshot)
Value Members
- val cache: CacheSnapshot
- Definition Classes
- BaseGuildComponentInteraction → CacheInteraction
- def channelId: TextChannelId
- Definition Classes
- Interaction
- val customId: String
- Definition Classes
- BaseGuildComponentInteraction → ComponentInteraction
- val guild: GatewayGuild
- Definition Classes
- BaseGuildComponentInteraction → GuildInteraction
- def id: InteractionId
- Definition Classes
- Interaction
- val interactionInvocationInfo: InteractionInvocationInfo
- Definition Classes
- BaseGuildComponentInteraction → Interaction
- val member: GuildMember
- Definition Classes
- BaseGuildComponentInteraction → GuildInteraction
- val memberPermissions: Permission
- Definition Classes
- BaseGuildComponentInteraction → GuildInteraction
- val message: Message
- Definition Classes
- BaseGuildComponentInteraction → ComponentInteraction
- def optCache: Option[CacheSnapshot]
- Definition Classes
- CacheInteraction → Interaction
- def optGuild: Option[GatewayGuild]
- Definition Classes
- GuildInteraction → ResolvedInteraction
- def optGuildId: Option[GuildId]
- Definition Classes
- Interaction
- def optMember: Option[GuildMember]
- Definition Classes
- Interaction
- def optMemberPermissions: Option[Permission]
- Definition Classes
- Interaction
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val textChannel: TextGuildChannel
- Definition Classes
- BaseGuildComponentInteraction → GuildInteraction → ResolvedInteraction
- def token: String
- Definition Classes
- Interaction
- def user: User
- Definition Classes
- Interaction
- def webhookId: SnowflakeType[Webhook]
- Definition Classes
- Interaction