ultra-telegram-framework
    Preparing search index...

    Interface ExternalReplyInfo

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

    interface ExternalReplyInfo {
        animation?: Animation;
        audio?: Audio;
        chat?: Chat;
        checklist?: Checklist;
        contact?: Contact;
        dice?: Dice;
        document?: Document;
        game?: Game;
        giveaway?: Giveaway;
        giveaway_winners?: GiveawayWinners;
        has_media_spoiler?: boolean;
        invoice?: Invoice;
        link_preview_options?: LinkPreviewOptions;
        live_photo?: LivePhoto;
        location?: Location;
        message_id?: number;
        origin: MessageOrigin;
        paid_media?: PaidMediaInfo;
        photo?: PhotoSize[];
        poll?: Poll;
        sticker?: Sticker;
        story?: Story;
        venue?: Venue;
        video?: Video;
        video_note?: VideoNote;
        voice?: Voice;
    }
    Index

    Properties

    animation?: Animation

    Optional. Message is an animation, information about the animation

    audio?: Audio

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

    chat?: Chat

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

    checklist?: Checklist

    Optional. Message is a checklist

    contact?: Contact

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

    dice?: Dice

    Optional. Message is a dice with random value

    document?: Document

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

    game?: Game

    Optional. Message is a game, information about the game. More about games: https://core.telegram.org/bots/api#games

    giveaway?: Giveaway

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

    giveaway_winners?: GiveawayWinners

    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?: Invoice

    Optional. Message is an invoice for a payment, information about the invoice. More about payments: https://core.telegram.org/bots/api#payments

    link_preview_options?: LinkPreviewOptions

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

    live_photo?: LivePhoto

    Optional. Message is a live photo, information about the live photo

    location?: Location

    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?: PaidMediaInfo

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

    photo?: PhotoSize[]

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

    poll?: Poll

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

    sticker?: Sticker

    Optional. Message is a sticker, information about the sticker

    Optionalstory

    story?: Story

    Optional. Message is a forwarded story

    venue?: Venue

    Optional. Message is a venue, information about the venue

    video?: Video

    Optional. Message is a video, information about the video

    video_note?: VideoNote

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

    voice?: Voice

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