ActionMetadataBuilder constructor

ActionMetadataBuilder(
  1. {Snowflake? channelId,
  2. Duration? duration,
  3. String? customMessage}
)

Implementation

ActionMetadataBuilder({
  this.channelId,
  this.duration,
  this.customMessage,
});