Class CategoryGuildChannelTypeReader<TContext>
- Namespace
- NetCord.Services.ApplicationCommands.TypeReaders
- Assembly
- NetCord.Services.dll
public class CategoryGuildChannelTypeReader<TContext> : ChannelTypeReader<TContext> where TContext : IApplicationCommandContext
Type Parameters
TContext
- Inheritance
-
SlashCommandTypeReader<TContext>ChannelTypeReader<TContext>CategoryGuildChannelTypeReader<TContext>
- Inherited Members
Constructors
CategoryGuildChannelTypeReader()
public CategoryGuildChannelTypeReader()
Properties
AllowedChannelTypes
public override IEnumerable<ChannelType>? AllowedChannelTypes { get; }