Class MentionableMenuInteraction
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class MentionableMenuInteraction : EntityMenuInteraction, IEquatable<Entity>, IInteraction, IEntity, ISpanFormattable, IFormattable, IJsonModel<JsonInteraction>
- Inheritance
-
MentionableMenuInteraction
- Implements
- Inherited Members
Constructors
MentionableMenuInteraction(JsonInteraction, Guild?, Func<IInteraction, InteractionCallback, bool, RestRequestProperties?, CancellationToken, Task<InteractionCallbackResponse?>>, RestClient)
public MentionableMenuInteraction(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