Table of Contents

Property ChannelTypes

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

ChannelTypes

Gets the channel types this command parameter is restricted to, if of type Channel..

[JsonProperty("channel_types", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordChannelType> ChannelTypes { get; }

Property Value

IReadOnlyList<DiscordChannelType>