Class ComponentInteractionCreatedEventArgs
- Namespace
 - DSharpPlus.EventArgs
 
- Assembly
 - DSharpPlus.dll
 
Represents arguments for the ComponentInteractionCreated event.
public class ComponentInteractionCreatedEventArgs : InteractionCreatedEventArgs
  - Inheritance
 - 
      
      
      
      
      
      ComponentInteractionCreatedEventArgs
 
- Inherited Members
 
Properties
- Channel
 The channel this interaction was invoked in.
- Guild
 The guild this interaction was invoked on, if any.
- GuildLocale
 The guild's locale that the user invoked in.
- Id
 The Id of the component that was interacted with.
- Locale
 The locale of the user that invoked this interaction.
- Message
 The message this interaction is attached to.
- User
 The user that invoked this interaction.
- Values
 The value(s) selected. Only applicable to SelectMenu components.