MessagesForwardMessages constructor

const MessagesForwardMessages({
  1. required bool silent,
  2. required bool background,
  3. required bool withMyScore,
  4. required bool dropAuthor,
  5. required bool dropMediaCaptions,
  6. required bool noforwards,
  7. required bool allowPaidFloodskip,
  8. required InputPeerBase fromPeer,
  9. required List<int> id,
  10. required List<int> randomId,
  11. required InputPeerBase toPeer,
  12. int? topMsgId,
  13. InputReplyToBase? replyTo,
  14. DateTime? scheduleDate,
  15. int? scheduleRepeatPeriod,
  16. InputPeerBase? sendAs,
  17. InputQuickReplyShortcutBase? quickReplyShortcut,
  18. int? effect,
  19. int? videoTimestamp,
  20. int? allowPaidStars,
  21. SuggestedPostBase? suggestedPost,
})

Messages Forward Messages constructor.

Implementation

const MessagesForwardMessages({
  required this.silent,
  required this.background,
  required this.withMyScore,
  required this.dropAuthor,
  required this.dropMediaCaptions,
  required this.noforwards,
  required this.allowPaidFloodskip,
  required this.fromPeer,
  required this.id,
  required this.randomId,
  required this.toPeer,
  this.topMsgId,
  this.replyTo,
  this.scheduleDate,
  this.scheduleRepeatPeriod,
  this.sendAs,
  this.quickReplyShortcut,
  this.effect,
  this.videoTimestamp,
  this.allowPaidStars,
  this.suggestedPost,
}) : super._();