ContextUserInteraction constructor

ContextUserInteraction(
  1. Snowflake? _targetId,
  2. Snowflake? _channelId,
  3. int _type,
  4. Snowflake _id,
  5. String? _label,
  6. Snowflake _applicationId,
  7. int _version,
  8. int _typeId,
  9. String _token,
  10. Snowflake? _user,
  11. Snowflake? _guild,
  12. PartialMessage<PartialChannel>? _message,
)

Implementation

ContextUserInteraction(
  this._targetId,
  this._channelId,
  super._type,
  super._id,
  super._label,
  super._applicationId,
  super._version,
  super._typeId,
  super._token,
  super._user,
  super._guild,
  super._message,
);