PassportElementErrorSelfie Interface

{
  "id": 2599,
  "name": "PassportElementErrorSelfie",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2602,
      "name": "fileHash",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Base64-encoded hash of the file with the selfie"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1620,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2603,
      "name": "message",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Error message"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1622,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "string"
      }
    },
    {
      "id": 2600,
      "name": "source",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Error source"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1612,
          "character": 1
        }
      ],
      "type": {
        "type": "reference",
        "target": 1991,
        "name": "Selfie",
        "package": "tgkit",
        "qualifiedName": "PassportElementErrorSource.Selfie"
      }
    },
    {
      "id": 2601,
      "name": "type",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "The section of the user's Telegram Passport which has the error"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1614,
          "character": 1
        }
      ],
      "type": {
        "type": "union",
        "types": [
          {
            "type": "reference",
            "target": 1999,
            "name": "Passport",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.Passport"
          },
          {
            "type": "reference",
            "target": 2000,
            "name": "DriverLicense",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.DriverLicense"
          },
          {
            "type": "reference",
            "target": 2001,
            "name": "IdentityCard",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.IdentityCard"
          },
          {
            "type": "reference",
            "target": 2002,
            "name": "InternalPassport",
            "package": "tgkit",
            "qualifiedName": "PassportElementType.InternalPassport"
          }
        ]
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2602,
        2603,
        2600,
        2601
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1610,
      "character": 17
    }
  ]
}