Table of Contents

Class ChannelMenuInteraction

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

Constructors

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

public ChannelMenuInteraction(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