ExternalReplyInfo constructor
const
ExternalReplyInfo({
- required MessageOrigin origin,
- Chat? chat,
- int? messageId,
- LinkPreviewOptions? linkPreviewOptions,
- Animation? animation,
- Audio? audio,
- Document? document,
- List<
PhotoSize> ? photo, - Sticker? sticker,
- Story? story,
- Video? video,
- VideoNote? videoNote,
- Voice? voice,
- bool? hasMediaSpoiler,
- Contact? contact,
- Dice? dice,
- Game? game,
- Giveaway? giveaway,
- GiveawayWinners? giveawayWinners,
- Invoice? invoice,
- Location? location,
- Poll? poll,
- Venue? venue,
- 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,
});