Class GroupDMChannelTypeReader<TContext>
- Namespace
- NetCord.Services.Commands.TypeReaders
- Assembly
- NetCord.Services.dll
public class GroupDMChannelTypeReader<TContext> : ChannelTypeReader<TContext> where TContext : ICommandContext
Type Parameters
TContext
- Inheritance
-
CommandTypeReader<TContext>ChannelTypeReader<TContext>GroupDMChannelTypeReader<TContext>
- Inherited Members
Constructors
GroupDMChannelTypeReader()
public GroupDMChannelTypeReader()
Methods
ReadAsync(ReadOnlyMemory<char>, TContext, CommandParameter<TContext>, CommandServiceConfiguration<TContext>, IServiceProvider?)
public override ValueTask<TypeReaderResult> ReadAsync(ReadOnlyMemory<char> input, TContext context, CommandParameter<TContext> parameter, CommandServiceConfiguration<TContext> configuration, IServiceProvider? serviceProvider)
Parameters
input
ReadOnlyMemory<char>context
TContextparameter
CommandParameter<TContext>configuration
CommandServiceConfiguration<TContext>serviceProvider
IServiceProvider