ForumTopicIconColor Enum

Color of the topic icon in RGB format. Currently only six colors are supported.

{
  "id": 2049,
  "name": "ForumTopicIconColor",
  "variant": "declaration",
  "kind": 8,
  "flags": {},
  "comment": {
    "summary": [
      {
        "kind": "text",
        "text": "Color of the topic icon in RGB format. Currently only six colors are supported."
      }
    ]
  },
  "children": [
    {
      "id": 2050,
      "name": "Blue",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 145,
          "character": 1
        }
      ],
      "type": {
        "type": "literal",
        "value": 7322096
      }
    },
    {
      "id": 2053,
      "name": "Green",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 148,
          "character": 1
        }
      ],
      "type": {
        "type": "literal",
        "value": 9367192
      }
    },
    {
      "id": 2054,
      "name": "Pink",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 149,
          "character": 1
        }
      ],
      "type": {
        "type": "literal",
        "value": 16749490
      }
    },
    {
      "id": 2052,
      "name": "Purple",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 147,
          "character": 1
        }
      ],
      "type": {
        "type": "literal",
        "value": 13338331
      }
    },
    {
      "id": 2055,
      "name": "Red",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 150,
          "character": 1
        }
      ],
      "type": {
        "type": "literal",
        "value": 16478047
      }
    },
    {
      "id": 2051,
      "name": "Yellow",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 146,
          "character": 1
        }
      ],
      "type": {
        "type": "literal",
        "value": 16766590
      }
    }
  ],
  "groups": [
    {
      "title": "Enumeration Members",
      "children": [
        2050,
        2053,
        2054,
        2052,
        2055,
        2051
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/utils/enums.ts",
      "line": 144,
      "character": 12
    }
  ]
}