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