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