Class TextConverterContext
- Namespace
- DSharpPlus.Commands.Processors.TextCommands
- Assembly
- DSharpPlus.Commands.dll
public record TextConverterContext : ConverterContext
- Inheritance
-
TextConverterContext
- Inherited Members
Properties
Methods
- NextArgument()
Advances to the next argument, returning a value indicating whether there was another argument.
- NextParameter()
Advances to the next parameter, returning a value indicating whether there was another parameter.
- SwitchToReply(bool)
Whether to switch to the original message or the reply that message references.