ContextMessageInteraction constructor

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

Implementation

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