Table of Contents

Class InteractionConverterContext

Namespace
DSharpPlus.Commands.Processors.SlashCommands
Assembly
DSharpPlus.Commands.dll

Represents a context for interaction-based argument converters.

public record InteractionConverterContext : ConverterContext
Inheritance
InteractionConverterContext
Inherited Members

Properties

Argument

The current argument to convert.

Interaction

The underlying interaction.

Options

The options passed to this command.

ParameterNamePolicy

The parameter naming policy to use when mapping parameters to interaction data.

Methods

NextArgument()

Advances to the next argument, returning a value indicating whether there was another argument.