Table of Contents

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

Properties

SelectedValues

public IReadOnlyList<Channel> SelectedValues { get; }

Property Value

IReadOnlyList<Channel>