ChatMemberStatus Enum

{
  "id": 2009,
  "name": "ChatMemberStatus",
  "variant": "declaration",
  "kind": 8,
  "flags": {},
  "children": [
    {
      "id": 2011,
      "name": "Administrator",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents a chat member that has some additional privileges."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 93,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "administrator"
      }
    },
    {
      "id": 2015,
      "name": "Banned",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents a chat member that was banned in the chat and can't return to the chat or view chat messages."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 101,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "banned"
      }
    },
    {
      "id": 2014,
      "name": "Left",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents a chat member that isn't currently a member of the chat, but may join it themselves."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 99,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "left"
      }
    },
    {
      "id": 2012,
      "name": "Member",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents a chat member that has no additional privileges or restrictions."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 95,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "member"
      }
    },
    {
      "id": 2010,
      "name": "Owner",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents a chat member that owns the chat and has all administrator privileges."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 91,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "owner"
      }
    },
    {
      "id": 2013,
      "name": "Restricted",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents a chat member that is under certain restrictions in the chat. Supergroups only."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 97,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "restricted"
      }
    }
  ],
  "groups": [
    {
      "title": "Enumeration Members",
      "children": [
        2011,
        2015,
        2014,
        2012,
        2010,
        2013
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/utils/enums.ts",
      "line": 89,
      "character": 12
    }
  ]
}