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