KeyboardButtonRequestChat Interface

{
  "id": 2725,
  "name": "KeyboardButtonRequestChat",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2732,
      "name": "botAdministratorRights",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2048,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 2438,
        "name": "ChatAdministratorRights",
        "package": "tgkit"
      }
    },
    {
      "id": 2733,
      "name": "botIsMember",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2050,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2729,
      "name": "chatHasUsername",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2042,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2727,
      "name": "chatIsChannel",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2038,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2730,
      "name": "chatIsCreated",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2044,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2728,
      "name": "chatIsForum",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2040,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "boolean"
      }
    },
    {
      "id": 2726,
      "name": "requestId",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Identifier of the request, which will be received back in the ChatShared object.\nMust be unique within the message"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2036,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "number"
      }
    },
    {
      "id": 2731,
      "name": "userAdministratorRights",
      "variant": "declaration",
      "kind": 1024,
      "flags": {
        "isOptional": true
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 2046,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 2438,
        "name": "ChatAdministratorRights",
        "package": "tgkit"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2732,
        2733,
        2729,
        2727,
        2730,
        2728,
        2726,
        2731
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 2030,
      "character": 17
    }
  ]
}