IInteraction class Null safety
- Implemented types
- Implementers
Constructors
Properties
-
channel
→ Cacheable<
Snowflake, ITextChannel> -
The channel the command was sent in.
read-only
- client → INyxx
-
Reference to bot instance.
read-only
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
-
guild
→ Cacheable<
Snowflake, IGuild> ? -
The guild the command was sent in.
read-only
- guildLocale → String?
-
The preferred locale of the guild this interaction was created in, if any.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- locale → String?
-
The selected language of the invoking user
read-only
- memberAuthor → IMember?
-
The member who sent the interaction
read-only
- memberAuthorPermissions → IPermissions?
-
Permission of member who sent the interaction. Will be set if memberAuthor
is not null
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- token → String
-
Token to send requests
read-only
- type → int
-
The type of the interaction received.
read-only
- userAuthor → IUser?
-
The user who sent the interaction.
read-only
- version → int
-
Version of interactions api
read-only
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 ==(
dynamic other) → bool -
The equality operator. [...]
inherited