CommandInteraction constructor

CommandInteraction(
  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. String _identifier,
  10. Snowflake? _channelId,
  11. Map<String, dynamic> _data,
  12. Map<String, dynamic> _params,
)

Implementation

CommandInteraction(
  super._id,
  super._label,
  super._applicationId,
  super._version,
  super._typeId,
  super._token,
  super._userId,
  super._guildId,
  this._identifier,
  this._channelId,
  this._data,
  this._params,
);