Table of Contents

Interface IApplicationCommandInfo

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public interface IApplicationCommandInfo

Properties

DMPermission

bool DMPermission { get; }

Property Value

bool

DefaultGuildUserPermissions

Permissions? DefaultGuildUserPermissions { get; }

Property Value

Permissions?

DefaultPermission

bool DefaultPermission { get; }

Property Value

bool

GuildId

ulong? GuildId { get; }

Property Value

ulong?

LocalizationPath

ImmutableList<LocalizationPathSegment> LocalizationPath { get; }

Property Value

ImmutableList<LocalizationPathSegment>

LocalizationsProvider

ILocalizationsProvider? LocalizationsProvider { get; }

Property Value

ILocalizationsProvider

Name

string Name { get; }

Property Value

string

Nsfw

bool Nsfw { get; }

Property Value

bool

Methods

GetRawValueAsync(CancellationToken)

ValueTask<ApplicationCommandProperties> GetRawValueAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

ValueTask<ApplicationCommandProperties>