Interface IComponentContext
The context for all component interactions.
Inherited Members
Namespace: Color_Chan.Discord.Commands.Models.Contexts
Assembly: Color-Chan.Discord.Commands.dll
Syntax
public interface IComponentContext : IInteractionContext
Properties
| Improve this Doc View SourceArgs
The arguments embedded in the CustomId
Declaration
List<string> Args { get; set; }
Property Value
Type | Description |
---|---|
List<String> |