BotCommandScopeType Enum

{
  "id": 1975,
  "name": "BotCommandScopeType",
  "variant": "declaration",
  "kind": 8,
  "flags": {},
  "children": [
    {
      "id": 1979,
      "name": "AllChatAdministrators",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the scope of bot commands, covering all group and supergroup chat administrators."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 12,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "allChatAdministrators"
      }
    },
    {
      "id": 1978,
      "name": "AllGroupChats",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the scope of bot commands, covering all group and supergroup chats."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 10,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "allGroupChats"
      }
    },
    {
      "id": 1977,
      "name": "AllPrivateChats",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the scope of bot commands, covering all private chats."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 8,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "allPrivateChats"
      }
    },
    {
      "id": 1980,
      "name": "Chat",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the scope of bot commands, covering a specific chat."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 14,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "chat"
      }
    },
    {
      "id": 1981,
      "name": "ChatAdministrators",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 16,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "chatAdministrators"
      }
    },
    {
      "id": 1982,
      "name": "ChatMember",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the scope of bot commands, covering a specific member of a group or supergroup chat."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 18,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "chatMember"
      }
    },
    {
      "id": 1976,
      "name": "Default",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents the default scope of bot commands.\nDefault commands are used if no commands with a narrower scope are specified for the user."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 6,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "default"
      }
    }
  ],
  "groups": [
    {
      "title": "Enumeration Members",
      "children": [
        1979,
        1978,
        1977,
        1980,
        1981,
        1982,
        1976
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/utils/enums.ts",
      "line": 1,
      "character": 12
    }
  ]
}