DynamicMenuInteraction constructor

DynamicMenuInteraction(
  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. PartialMessage<PartialChannel>? messageId,
  10. Snowflake customId,
  11. PartialChannel channel,
  12. MenuBucket _menu,
)

Implementation

DynamicMenuInteraction(
  super.id,
  super.label,
  super.applicationId,
  super.version,
  super.type,
  super.token,
  super.user,
  super.guild,
  super.messageId,
  super.customId,
  super.channel,
  this._menu,
);