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