Table of Contents

Property RawOptions

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

RawOptions

Gets the raw options object.

public JObject? RawOptions { get; }

Property Value

JObject

Remarks

Prefer Options for documented fields. This raw object is mainly useful when Discord adds new option members before the library exposes them as dedicated properties.