MyCommandsGetOptions Interface

{
  "id": 2435,
  "name": "MyCommandsGetOptions",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2437,
      "name": "languageCode",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "A two-letter ISO 639-1 language code"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1161,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2436,
      "name": "scope",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "A JSON-serialized object, describing scope of users. Defaults to BotCommandScopeDefault."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1159,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 2668,
        "name": "BotCommandScope",
        "package": "tgkit"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2437,
        2436
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1157,
      "character": 17
    }
  ]
}