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