Table of Contents

Class EntryPointCommandInteraction

Namespace
NetCord
Assembly
NetCord.dll
public class EntryPointCommandInteraction : ApplicationCommandInteraction, IEquatable<Entity>, IInteraction, IEntity, ISpanFormattable, IFormattable, IJsonModel<JsonInteraction>
Inheritance
EntryPointCommandInteraction
Implements
Inherited Members

Constructors

EntryPointCommandInteraction(JsonInteraction, Guild?, Func<IInteraction, InteractionCallback, bool, RestRequestProperties?, CancellationToken, Task<InteractionCallbackResponse?>>, RestClient)

public EntryPointCommandInteraction(JsonInteraction jsonModel, Guild? guild, Func<IInteraction, InteractionCallback, bool, RestRequestProperties?, CancellationToken, Task<InteractionCallbackResponse?>> sendResponseAsync, RestClient client)

Parameters

jsonModel JsonInteraction
guild Guild
sendResponseAsync Func<IInteraction, InteractionCallback, bool, RestRequestProperties, CancellationToken, Task<InteractionCallbackResponse>>
client RestClient

Properties

Data

Holds the containing application command's data.

public override EntryPointCommandInteractionData Data { get; }

Property Value

EntryPointCommandInteractionData