SelectMenuInteraction constructor

SelectMenuInteraction(
  1. Snowflake _id,
  2. String? _label,
  3. Snowflake _applicationId,
  4. int _version,
  5. int _type,
  6. String _token,
  7. Snowflake? _user,
  8. Snowflake? _guild,
  9. Message? _message,
  10. Snowflake _customId,
  11. Snowflake _channelId,
)

Implementation

SelectMenuInteraction(
  super._id,
  super._label,
  super._applicationId,
  super._version,
  super._type,
  super._token,
  super._user,
  super._guild,
  this._message,
  this._customId,
  this._channelId,
);