MessagesForwardMessages constructor
const
MessagesForwardMessages({
- required bool silent,
- required bool background,
- required bool withMyScore,
- required bool dropAuthor,
- required bool dropMediaCaptions,
- required bool noforwards,
- required bool allowPaidFloodskip,
- required InputPeerBase fromPeer,
- required List<
int> id, - required List<
int> randomId, - required InputPeerBase toPeer,
- int? topMsgId,
- InputReplyToBase? replyTo,
- DateTime? scheduleDate,
- int? scheduleRepeatPeriod,
- InputPeerBase? sendAs,
- InputQuickReplyShortcutBase? quickReplyShortcut,
- int? effect,
- int? videoTimestamp,
- int? allowPaidStars,
- 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._();