teleproto - v1.229.0
    Preparing search index...

    Interface AccountUploadThemeParams

    interface AccountUploadThemeParams {
        file: TypeInputFileIn;
        fileName: string;
        mimeType: string;
        thumb?: TypeInputFileIn;
    }
    Index

    Previously uploaded theme file with platform-specific colors for UI components, can be left unset when creating themes that only modify the wallpaper or accent colors.

    fileName: string

    File name

    mimeType: string

    MIME type, must be application/x-tgtheme-{format} , where format depends on the client

    Thumbnail