ContextMessageInteraction constructor

ContextMessageInteraction(
  1. Snowflake _channelId,
  2. Message _message,
  3. int _type,
  4. Snowflake _id,
  5. String? _label,
  6. Snowflake _applicationId,
  7. int _version,
  8. int _typeId,
  9. String _token,
  10. Snowflake? _userId,
  11. Snowflake? _guildId,
)

Implementation

ContextMessageInteraction(
  this._channelId,
  this._message,
  super._type,
  super._id,
  super._label,
  super._applicationId,
  super._version,
  super._typeId,
  super._token,
  super._userId,
  super._guildId,
);