Table of Contents

Interface IApplicationCommandInteractionData

Namespace
Discord
Assembly
Discord.Net.Core.dll
public interface IApplicationCommandInteractionData : IDiscordInteractionData

Properties

Id

Gets the snowflake id of this command.

ulong Id { get; }

Property Value

ulong

Name

Gets the name of this command.

string Name { get; }

Property Value

string

Options

Gets the options that the user has provided.

IReadOnlyCollection<IApplicationCommandInteractionDataOption> Options { get; }

Property Value

IReadOnlyCollection<IApplicationCommandInteractionDataOption>