ButtonInteraction constructor

ButtonInteraction(
  1. Snowflake _id,
  2. Snowflake _applicationId,
  3. int _version,
  4. int _typeId,
  5. String token,
  6. Snowflake? _userId,
  7. Snowflake? _guildId,
  8. Snowflake _messageId,
  9. Snowflake _customId,
  10. Snowflake _channelId,
)

Implementation

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