ultra-telegram-framework
    Preparing search index...

    Interface PreparedInlineMessage

    Describes an inline message to be sent by a user of a Mini App.

    interface PreparedInlineMessage {
        expiration_date: number;
        id: string;
    }
    Index

    Properties

    Properties

    expiration_date: number

    Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used

    id: string

    Unique identifier of the prepared message