Interaction constructor

Interaction(
  1. Snowflake _id,
  2. String? _label,
  3. Snowflake _applicationId,
  4. int _version,
  5. int _typeId,
  6. String _token,
  7. Snowflake? _userId,
  8. Snowflake? _guildId,
  9. PartialMessage<PartialChannel>? _message,
)

Implementation

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