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
JsonInteractionguild
GuildsendResponseAsync
Func<IInteraction, InteractionCallback, bool, RestRequestProperties, CancellationToken, Task<InteractionCallbackResponse>>client
RestClient
Properties
Data
Holds the containing application command's data.
public override EntryPointCommandInteractionData Data { get; }