IInteractionContextBase class Null safety

The base class for all interaction-triggered contexts in nyxx_ccommands.

Contains data allowing access to the underlying interaction that triggered the context's creation.

Implementers

Constructors

IInteractionContextBase()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
interaction ISlashCommandInteraction
The interaction that triggered this context's creation.
read-only
interactionEvent InteractionEventAbstract<IInteraction>
The interaction event that triggered this context's creation.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited