ReplyKeyboardMarkupData Interface

{
  "id": 2369,
  "name": "ReplyKeyboardMarkupData",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2374,
      "name": "inputFieldPlaceholder",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "The placeholder to be shown in the input field when the keyboard is active; 1-64 characters"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 966,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2371,
      "name": "isPersistent",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Requests clients to always show the keyboard when the regular keyboard is hidden.\nDefaults to false, in which case the custom keyboard can be hidden and opened with a keyboard icon."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 951,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2370,
      "name": "keyboard",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Array of button rows, each represented by an Array of "
          },
          {
            "kind": "inline-tag",
            "tag": "@link",
            "text": "KeyboardButton",
            "target": 1421
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 946,
          "character": 1
        }
      ],
      "type": {
        "type": "array",
        "elementType": {
          "type": "array",
          "elementType": {
            "type": "reference",
            "target": 2361,
            "name": "KeyboardButtonData",
            "package": "tgkit"
          }
        }
      }
    },
    {
      "id": 2373,
      "name": "oneTimeKeyboard",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Requests clients to hide the keyboard as soon as it's been used.\nThe keyboard will still be available, but clients will automatically display the usual letter-keyboard\nin the chat - the user can press a special button in the input field to see the custom keyboard again.\nDefaults to false."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 964,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2372,
      "name": "resizeKeyboard",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller \nif there are just two rows of buttons). Defaults to false, in which case the custom keyboard is always\nof the same height as the app's standard keyboard."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 957,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2375,
      "name": "selective",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Use this parameter if you want to show the keyboard to specific users only. Targets:\n1. users that are mentioned in the text of the Message object;\n2. if the bot's message is a reply (has reply_to_message_id), sender of the original message."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 972,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2374,
        2371,
        2370,
        2373,
        2372,
        2375
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 944,
      "character": 17
    }
  ]
}