Class SlashCommandDescriptor
public sealed record SlashCommandDescriptor : IEquatable<SlashCommandDescriptor>
- Inheritance
-
SlashCommandDescriptor
- Implements
- Inherited Members
Constructors
SlashCommandDescriptor(string, string)
public SlashCommandDescriptor(string Command, string Description)
Parameters
Properties
Command
public string Command { get; init; }
Property Value
Description
public string Description { get; init; }