ExternalReplyInfo constructor

const ExternalReplyInfo({
  1. required MessageOrigin origin,
  2. Chat? chat,
  3. int? messageId,
  4. LinkPreviewOptions? linkPreviewOptions,
  5. Animation? animation,
  6. Audio? audio,
  7. Document? document,
  8. List<PhotoSize>? photo,
  9. Sticker? sticker,
  10. Story? story,
  11. Video? video,
  12. VideoNote? videoNote,
  13. Voice? voice,
  14. bool? hasMediaSpoiler,
  15. Contact? contact,
  16. Dice? dice,
  17. Game? game,
  18. Giveaway? giveaway,
  19. GiveawayWinners? giveawayWinners,
  20. Invoice? invoice,
  21. Location? location,
  22. Poll? poll,
  23. Venue? venue,
  24. PaidMediaInfo? paidMedia,
})

Constructs the ExternalReplyInfo

Implementation

const ExternalReplyInfo({
  required this.origin,
  this.chat,
  this.messageId,
  this.linkPreviewOptions,
  this.animation,
  this.audio,
  this.document,
  this.photo,
  this.sticker,
  this.story,
  this.video,
  this.videoNote,
  this.voice,
  this.hasMediaSpoiler,
  this.contact,
  this.dice,
  this.game,
  this.giveaway,
  this.giveawayWinners,
  this.invoice,
  this.location,
  this.poll,
  this.venue,
  this.paidMedia,
});