teleproto - v1.229.0
    Preparing search index...

    Interface BotsEditPreviewMediaParams

    interface BotsEditPreviewMediaParams {
        bot: EntityLike;
        langCode: string;
        media: TypeInputMediaIn;
        newMedia: 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 edit.

    The photo/video preview to replace, previously fetched as specified here » .

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