Interface IOptional
Namespace: KSharpPlus.Entities
Assembly: KSharpPlus.dll
Syntax
public interface IOptional
Properties
| Improve this Doc View SourceHasValue
Declaration
bool HasValue { get; }
Property Value
Type | Description |
---|---|
Boolean |
RawValue
Declaration
object RawValue { get; }
Property Value
Type | Description |
---|---|
Object |