Table of Contents

Property AllowedContexts

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AllowedContexts

Gets where the application command can be used.

[JsonProperty("contexts", NullValueHandling = NullValueHandling.Ignore)]
[DiscordUnreleased]
public List<InteractionContextType>? AllowedContexts { get; }

Property Value

List<InteractionContextType>