Table of Contents

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 JsonInteractionData
guildId ulong?
client RestClient

Properties

SelectedValues

public IReadOnlyList<User> SelectedValues { get; }

Property Value

IReadOnlyList<User>