ContextMessageInteraction constructor

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

Implementation

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