InputMessageForwarded constructor
InputMessageForwarded({
- required int fromChatId,
- required int messageId,
- required bool replaceVideoStartTimestamp,
- required int newVideoStartTimestamp,
- MessageCopyOptions? copyOptions,
Implementation
InputMessageForwarded({
required this.fromChatId,
required this.messageId,
required this.inGameShare,
required this.replaceVideoStartTimestamp,
required this.newVideoStartTimestamp,
this.copyOptions,
});