MessageCopyOptions constructor

MessageCopyOptions(
  1. {required bool send_copy,
  2. required bool replace_caption,
  3. FormattedText? new_caption,
  4. int? extra,
  5. int? clientId}
)

Options to be used when a message content is copied without reference to the original sender. Service messages and messageInvoice can't be copied

Implementation

MessageCopyOptions