MessageCopyOptions constructor

MessageCopyOptions({
  1. required bool sendCopy,
  2. required bool replaceCaption,
  3. FormattedText? newCaption,
  4. required bool newShowCaptionAboveMedia,
})

Implementation

MessageCopyOptions({
  required this.sendCopy,
  required this.replaceCaption,
  this.newCaption,
  required this.newShowCaptionAboveMedia,
});