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