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