Table of Contents

Class StringMenuInteraction

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

Constructors

StringMenuInteraction(JsonInteraction, Guild?, Func<IInteraction, InteractionCallback, RestRequestProperties?, CancellationToken, Task>, RestClient)

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

Parameters

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

Properties

Data

public override StringMenuInteractionData Data { get; }

Property Value

StringMenuInteractionData