Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExternalReplyInfo

This object contains information about a message that is being replied to, which may come from another chat or forum topic.

Hierarchy

  • IExternalReplyInfo

Index

Properties

animation?: IAnimation

Optional. Message is an animation, information about the animation

audio?: IAudio

Optional. Message is an audio file, information about the file

chat?: IChat

Optional. Chat the original message belongs to. Available only if the chat is a supergroup or a channel.

contact?: IContact

Optional. Message is a shared contact, information about the contact

dice?: IDice

Optional. Message is a dice with random value

document?: IDocument

Optional. Message is a general file, information about the file

game?: IGame

Optional. Message is a game, information about the game. More about games »

giveaway?: IGiveaway

Optional. Message is a scheduled giveaway, information about the giveaway

giveaway_winners?: IGiveawayWinners

Optional. A giveaway with public winners was completed

has_media_spoiler?: boolean

Optional. True, if the message media is covered by a spoiler animation

invoice?: IInvoice

Optional. Message is an invoice for a payment, information about the invoice. More about payments »

link_preview_options?: ILinkPreviewOptions

Optional. Options used for link preview generation for the original message, if it is a text message

location?: ILocation

Optional. Message is a shared location, information about the location

message_id?: number

Optional. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.

Origin of the message replied to by the given message

paid_media?: IPaidMediaInfo

Optional. Message contains paid media; information about the paid media

photo?: IPhotoSize[]

Optional. Message is a photo, available sizes of the photo

poll?: IPoll

Optional. Message is a native poll, information about the poll

sticker?: ISticker

Optional. Message is a sticker, information about the sticker

story?: IStory

Optional. Message is a forwarded story

venue?: IVenue

Optional. Message is a venue, information about the venue

video?: IVideo

Optional. Message is a video, information about the video

video_note?: IVideoNote

Optional. Message is a video note, information about the video message

voice?: IVoice

Optional. Message is a voice message, information about the file

Generated using TypeDoc