Table of Contents

Class ChannelMenu

Namespace
NetCord
Assembly
NetCord.dll
public class ChannelMenu : EntityMenu, IInteractiveComponent, IMessageComponent, ILabelComponent, IComponentContainerComponent, IComponent, IJsonModel<JsonComponent>
Inheritance
ChannelMenu
Implements
Inherited Members

Constructors

ChannelMenu(JsonComponent, int)

public ChannelMenu(JsonComponent jsonModel, int parentId)

Parameters

jsonModel JsonComponent
parentId int

ChannelMenu(JsonComponent, int, InteractionResolvedData?)

public ChannelMenu(JsonComponent jsonModel, int parentId, InteractionResolvedData? resolvedData)

Parameters

jsonModel JsonComponent
parentId int
resolvedData InteractionResolvedData

Properties

ChannelTypes

public IReadOnlyList<ChannelType> ChannelTypes { get; }

Property Value

IReadOnlyList<ChannelType>

SelectedValues

public IReadOnlyList<Channel>? SelectedValues { get; }

Property Value

IReadOnlyList<Channel>