teleproto - v1.229.0
    Preparing search index...

    Class Theme

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash: long;
              creator?: boolean;
              default?: boolean;
              document?: TypeDocument;
              emoticon?: string;
              forChat?: boolean;
              id: long;
              installsCount?: int;
              settings?: TypeThemeSettings[];
              slug: string;
              title: string;
          },
      >
      • Theme
    Index
    • Parameters

      • args: {
            accessHash: BigInteger;
            creator?: boolean;
            default?: boolean;
            document?: TypeDocument;
            emoticon?: string;
            forChat?: boolean;
            id: BigInteger;
            installsCount?: number;
            settings?: ThemeSettings[];
            slug: string;
            title: string;
        }

      Returns Theme

    • Returns {
          accessHash: BigInteger;
          creator?: boolean;
          default?: boolean;
          document?: TypeDocument;
          emoticon?: string;
          forChat?: boolean;
          id: BigInteger;
          installsCount?: number;
          settings?: ThemeSettings[];
          slug: string;
          title: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    className: "Theme"
    classType: "constructor"
    CONSTRUCTOR_ID: 2685298646
    creator?: boolean
    default?: boolean
    document?: TypeDocument
    emoticon?: string
    forChat?: boolean
    id: BigInteger
    installsCount?: number
    originalArgs: {
        accessHash: BigInteger;
        creator?: boolean;
        default?: boolean;
        document?: TypeDocument;
        emoticon?: string;
        forChat?: boolean;
        id: BigInteger;
        installsCount?: number;
        settings?: ThemeSettings[];
        slug: string;
        title: string;
    }
    settings?: ThemeSettings[]
    slug: string
    SUBCLASS_OF_ID: 1454688268
    title: string