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.

Methods

NextParameter()

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