Interaction constructor

Interaction(
  1. Snowflake _id,
  2. Snowflake _applicationId,
  3. int _version,
  4. int _typeId,
  5. String _token,
  6. Snowflake? _userId,
  7. Snowflake? _guildId,
)

Implementation

Interaction(this._id, this._applicationId, this._version, this._typeId, this._token, this._userId, this._guildId);