Table of Contents

Class GroupDMChannelTypeReader<TContext>

Namespace
NetCord.Services.ApplicationCommands.TypeReaders
Assembly
NetCord.Services.dll
public class GroupDMChannelTypeReader<TContext> : ChannelTypeReader<TContext> where TContext : IApplicationCommandContext

Type Parameters

TContext
Inheritance
GroupDMChannelTypeReader<TContext>
Inherited Members

Constructors

GroupDMChannelTypeReader()

public GroupDMChannelTypeReader()

Properties

AllowedChannelTypes

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

Property Value

IEnumerable<ChannelType>