MessageEntityType Type

{
  "id": 2087,
  "name": "MessageEntityType",
  "variant": "declaration",
  "kind": 2097152,
  "flags": {},
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 50,
      "character": 12
    }
  ],
  "type": {
    "type": "union",
    "types": [
      {
        "type": "literal",
        "value": "mention"
      },
      {
        "type": "literal",
        "value": "hashtag"
      },
      {
        "type": "literal",
        "value": "cashtag"
      },
      {
        "type": "literal",
        "value": "botCommand"
      },
      {
        "type": "literal",
        "value": "url"
      },
      {
        "type": "literal",
        "value": "email"
      },
      {
        "type": "literal",
        "value": "phoneNumber"
      },
      {
        "type": "literal",
        "value": "bold"
      },
      {
        "type": "literal",
        "value": "italic"
      },
      {
        "type": "literal",
        "value": "underline"
      },
      {
        "type": "literal",
        "value": "strikethrough"
      },
      {
        "type": "literal",
        "value": "spoiler"
      },
      {
        "type": "literal",
        "value": "code"
      },
      {
        "type": "literal",
        "value": "pre"
      },
      {
        "type": "literal",
        "value": "textLink"
      },
      {
        "type": "literal",
        "value": "textMention"
      },
      {
        "type": "literal",
        "value": "customEmoji"
      }
    ]
  }
}