ExternalReplyInfo

constructor(origin: MessageOrigin, chat: Chat? = null, messageId: Long? = null, linkPreviewOptions: LinkPreviewOptions? = null, animation: Animation? = null, audio: Audio? = null, document: Document? = null, paidMedia: PaidMediaInfo? = null, photo: List<PhotoSize>? = null, sticker: Sticker? = null, story: Story? = null, video: Video? = null, videoNote: VideoNote? = null, voice: Voice? = null, hasMediaSpoiler: Boolean? = null, contact: Contact? = null, dice: Dice? = null, game: Game? = null, giveaway: Giveaway? = null, giveawayWinners: GiveawayWinners? = null, invoice: Invoice? = null, location: Location? = null, poll: Poll? = null, venue: Venue? = null)