Table of Contents

Property Type

Namespace
DisCatSharp.ApplicationCommands.Entities
Assembly
DisCatSharp.ApplicationCommands.dll

Type

Gets the application command type. Used to determine whether it is an translator for context menu or not.

[JsonProperty("type", NullValueHandling = NullValueHandling.Ignore)]
public ApplicationCommandType? Type { get; set; }

Property Value

ApplicationCommandType?