Class ComponentInteractionCreateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for ComponentInteractionCreated.
public class ComponentInteractionCreateEventArgs : InteractionCreateEventArgs
- Inheritance
-
ComponentInteractionCreateEventArgs
- Inherited Members
Properties
- Channel
The channel this interaction was invoked in.
- Guild
The guild this interaction was invoked on, if any.
- Id
The Id of the component that was interacted with.
- 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.