Table of Contents

Class ChannelSelectComponentInfo

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Represents the InputComponentInfo class for ChannelSelect type.

public class ChannelSelectComponentInfo : SnowflakeSelectComponentInfo
Inheritance
ChannelSelectComponentInfo
Inherited Members

Properties

ChannelTypes

Gets the presented channel types for this Channel Select.

public IReadOnlyCollection<ChannelType> ChannelTypes { get; }

Property Value

IReadOnlyCollection<ChannelType>