Class ComponentContext
The context for all component interactions.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Commands.Models.Contexts
Assembly: Color-Chan.Discord.Commands.dll
Syntax
public class ComponentContext : InteractionContext, IComponentContext, IInteractionContext
Properties
| Improve this Doc View SourceArgs
The arguments embedded in the CustomId
Declaration
public List<string> Args { get; set; }
Property Value
Type | Description |
---|---|
List<String> |