ButtonInteraction constructor

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

Implementation

ButtonInteraction(
  super._id,
  super._label,
  super._applicationId,
  super._version,
  super._typeId,
  super.token,
  super._userId,
  super._guildId,
  super._message,
  this._customId,
  this._channelId,
);