MessageCopyOptions constructor
MessageCopyOptions({
- required bool sendCopy,
- required bool replaceCaption,
- FormattedText? newCaption,
- required bool newShowCaptionAboveMedia,
Implementation
MessageCopyOptions({
required this.sendCopy,
required this.replaceCaption,
this.newCaption,
required this.newShowCaptionAboveMedia,
});