InputMessageForwarded constructor

InputMessageForwarded({
  1. required int fromChatId,
  2. required int messageId,
  3. required bool inGameShare,
  4. required bool replaceVideoStartTimestamp,
  5. required int newVideoStartTimestamp,
  6. MessageCopyOptions? copyOptions,
})

Implementation

InputMessageForwarded({
  required this.fromChatId,
  required this.messageId,
  required this.inGameShare,
  required this.replaceVideoStartTimestamp,
  required this.newVideoStartTimestamp,
  this.copyOptions,
});