MessageEditTextOptions Interface

{
  "id": 2453,
  "name": "MessageEditTextOptions",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2454,
      "name": "businessConnectionId",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Unique identifier of the business connection on behalf of which the message to be edited was sent"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1209,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2457,
      "name": "disableWebPagePreview",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Disables link previews for links in this message"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1215,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2456,
      "name": "entities",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "A list of special entities that appear in message text, which can be specified instead of parseMode"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1213,
          "character": 1
        }
      ],
      "type": {
        "type": "array",
        "elementType": {
          "type": "reference",
          "target": 1625,
          "name": "MessageEntity",
          "package": "tgkit",
          "qualifiedName": "default"
        }
      }
    },
    {
      "id": 2455,
      "name": "parseMode",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Mode for parsing entities in the message text"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1211,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 2070,
        "name": "ParseMode",
        "package": "tgkit"
      }
    },
    {
      "id": 2458,
      "name": "replyMarkup",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "An object for an inline keyboard"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1217,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 1379,
        "name": "InlineKeyboardMarkup",
        "package": "tgkit",
        "qualifiedName": "default"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2454,
        2457,
        2456,
        2455,
        2458
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1207,
      "character": 17
    }
  ]
}