Table of Contents

Class MentionableMenuInteractionData

Namespace
NetCord
Assembly
NetCord.dll
public class MentionableMenuInteractionData : EntityMenuInteractionData, IJsonModel<JsonInteractionData>
Inheritance
MentionableMenuInteractionData
Implements
Inherited Members

Constructors

MentionableMenuInteractionData(JsonInteractionData, ulong?, RestClient)

public MentionableMenuInteractionData(JsonInteractionData jsonModel, ulong? guildId, RestClient client)

Parameters

jsonModel JsonInteractionData
guildId ulong?
client RestClient

Properties

SelectedValues

public IReadOnlyList<Mentionable> SelectedValues { get; }

Property Value

IReadOnlyList<Mentionable>