ShippingQueryAnswerOptions Interface

{
  "id": 2543,
  "name": "ShippingQueryAnswerOptions",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2545,
      "name": "errorMessage",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Required if *ok* is *false*.Error message in human readable form that explains\nwhy it is impossible to complete the order (e.g. \"Sorry, delivery to your desired address is unavailable').\nTelegram will display this message to the user."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1459,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2544,
      "name": "shippingOptions",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Required if *ok* is *true*. An array of available shipping options"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1453,
          "character": 1
        }
      ],
      "type": {
        "type": "array",
        "elementType": {
          "type": "reference",
          "target": 2546,
          "name": "ShippingOption",
          "package": "tgkit"
        }
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2545,
        2544
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1451,
      "character": 17
    }
  ]
}