ContextUserInteraction constructor

ContextUserInteraction(
  1. Snowflake _id,
  2. Snowflake _applicationId,
  3. int _version,
  4. int _type,
  5. String _token,
  6. Snowflake? _user,
  7. Snowflake? _guild,
  8. Snowflake? _targetId,
  9. Snowflake? _channelId,
)

Implementation

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