Table of Contents

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
IVoiceGuildChannelTypeReader<TContext>
Inherited Members

Constructors

IVoiceGuildChannelTypeReader()

public IVoiceGuildChannelTypeReader()

Properties

AllowedChannelTypes

public override IEnumerable<ChannelType>? AllowedChannelTypes { get; }

Property Value

IEnumerable<ChannelType>