teleproto - v1.229.0
    Preparing search index...

    Interface AccountUpdateThemeParams

    interface AccountUpdateThemeParams {
        document?: TypeInputDocumentIn;
        format: string;
        settings?: InputThemeSettingsIn[];
        slug?: string;
        theme: TypeInputThemeIn;
        title?: string;
    }
    Index

    Theme file

    format: string

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

    Theme settings

    slug?: string

    Unique theme ID

    Theme to update

    title?: string

    Theme name