teleproto - v1.229.0
    Preparing search index...

    Interface AccountInstallThemeParams

    interface AccountInstallThemeParams {
        baseTheme?: TypeBaseThemeIn;
        dark?: boolean;
        format?: string;
        theme?: TypeInputThemeIn;
    }
    Index
    baseTheme?: TypeBaseThemeIn

    Indicates a basic theme provided by all clients

    dark?: boolean

    Whether to install the dark version

    format?: string

    Theme format, a string that identifies the theming engines supported by the client

    Theme to install