Interaction class

The Interaction data. e.g channel, guild and member

Inheritance
  • Object
  • SnowflakeEntity
  • Interaction
Implementers

Properties

channel ↔ Cacheable<Snowflake, TextChannel>
The channel the command was sent in.
latefinal
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
guild ↔ Cacheable<Snowflake, Guild>?
The guild the command was sent in.
latefinal
hashCode int
The hash code for this object.
no setterinherited
id → Snowflake
ID of entity as Snowflake
finalinherited
memberAuthor ↔ Member?
The member who sent the interaction
latefinal
memberAuthorPermissions ↔ Permissions?
Permission of member who sent the interaction. Will be set if memberAuthor is not null
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
Token to send requests
latefinal
type int
The type of the interaction received.
latefinal
userAuthor ↔ User?
The user who sent the interaction.
latefinal
version int
Version of interactions api
latefinal

Methods

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

Operators

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