teleproto - v1.229.0
    Preparing search index...

    Interface BotsAddPreviewMediaParams

    interface BotsAddPreviewMediaParams {
        bot: EntityLike;
        langCode: string;
        media: TypeInputMediaIn;
    }
    Index
    bot: EntityLike

    The bot that owns the Main Mini App.

    langCode: string

    ISO 639-1 language code, indicating the localization of the preview to add.

    The photo/video preview, uploaded using messages.uploadMedia .