Class UserMenuInteractionData
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class UserMenuInteractionData : EntityMenuInteractionData, IJsonModel<JsonInteractionData>
- Inheritance
-
UserMenuInteractionData
- Implements
- Inherited Members
Constructors
UserMenuInteractionData(JsonInteractionData, ulong?, RestClient)
public UserMenuInteractionData(JsonInteractionData jsonModel, ulong? guildId, RestClient client)
Parameters
jsonModel
JsonInteractionDataguildId
ulong?client
RestClient
Properties
SelectedValues
public IReadOnlyList<User> SelectedValues { get; }