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
JsonInteractionDataguildId
ulong?client
RestClient
Properties
SelectedValues
public IReadOnlyList<Mentionable> SelectedValues { get; }