ExternalReplyInfo
data class ExternalReplyInfo(val origin: MessageOrigin, val chat: Chat? = null, val messageId: Int? = null, val linkPreviewOptions: LinkPreviewOptions? = null, val animation: Animation? = null, val audio: Audio? = null, val document: Document? = null, val photo: List<PhotoSize>? = null, val sticker: Sticker? = null, val story: Story? = null, val video: Video? = null, val videoNote: VideoNote? = null, val voice: Voice? = null, val hasMediaSpoiler: Boolean? = null, val contact: Contact? = null, val dice: Dice? = null, val game: Game? = null, val giveaway: Giveaway? = null, val giveawayWinners: GiveawayWinners? = null, val invoice: Invoice? = null, val location: Location? = null, val poll: Poll? = null, val venue: Venue? = null)(source)
This object contains information about a message that is being replied to, which may come from another chat or forum topic.
(auto-generated)
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(origin: MessageOrigin, chat: Chat? = null, messageId: Int? = null, linkPreviewOptions: LinkPreviewOptions? = null, animation: Animation? = null, audio: Audio? = null, document: Document? = 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)
Properties
Link copied to clipboard
Optional. A giveaway with public winners was completed
Link copied to clipboard
Optional. True, if the message media is covered by a spoiler animation
Link copied to clipboard
Optional. Options used for link preview generation for the original message, if it is a text message
Link copied to clipboard
Optional. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.
Link copied to clipboard
Origin of the message replied to by the given message
Link copied to clipboard
Optional. Message is a video note, information about the video message