teleproto - v1.229.0
    Preparing search index...

    Interface AccountCreateThemeParams

    interface AccountCreateThemeParams {
        document?: TypeInputDocumentIn;
        settings?: InputThemeSettingsIn[];
        slug: string;
        title: string;
    }
    Index

    Theme file

    Theme settings, multiple values can be provided for the different base themes (day/night mode, etc).

    slug: string

    Unique theme ID used to generate theme deep links , can be empty to autogenerate a random ID.

    title: string

    Theme name