MenuButtonWebAppOptions Interface

{
  "id": 2722,
  "name": "MenuButtonWebAppOptions",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2723,
      "name": "text",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Text on the button"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2021,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2724,
      "name": "webApp",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Description of the Web App that will be launched when the user presses the button.\nThe Web App will be able to send an arbitrary message on behalf of the user\nusing the method *\\<Client>.answerWebAppQuery*."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2027,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 2334,
        "name": "WebAppInfo",
        "package": "tgkit"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2723,
        2724
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 2019,
      "character": 17
    }
  ]
}