Table of Contents

Property RawValueString

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

RawValueString

Gets the raw, unparsed interaction value exactly as it arrived from Discord.

[JsonIgnore]
public string RawValueString { get; }

Property Value

string

Remarks

This is especially useful for autocomplete interactions, where the currently focused option can contain partially typed text that does not yet satisfy the declared command option type.