Table of Contents

Class RoleMenuInteractionData

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

Constructors

RoleMenuInteractionData(JsonInteractionData, ulong?, RestClient)

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

Parameters

jsonModel JsonInteractionData
guildId ulong?
client RestClient

Properties

SelectedValues

public IReadOnlyList<Role> SelectedValues { get; }

Property Value

IReadOnlyList<Role>