QueuedCommandAttachment constructor

QueuedCommandAttachment({
  1. required dynamic prompt,
  2. String? sourceUuid,
  3. List<int>? imagePasteIds,
  4. String? commandMode,
  5. MessageOrigin? origin,
  6. bool? isMeta,
})

Implementation

QueuedCommandAttachment({
  required this.prompt,
  this.sourceUuid,
  this.imagePasteIds,
  this.commandMode,
  this.origin,
  this.isMeta,
});