ForwardMessages constructor

ForwardMessages({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? message_thread_id,
  5. int53? from_chat_id,
  6. vector<int53>? message_ids,
  7. MessageSendOptions? options,
  8. Bool? send_copy,
  9. Bool? remove_caption,
  10. Bool? only_preview,
})

Implementation

ForwardMessages({
  super.extra,
  super.client_id,
  this.chat_id,
  this.message_thread_id,
  this.from_chat_id,
  this.message_ids,
  this.options,
  this.send_copy,
  this.remove_caption,
  this.only_preview,
});