UserProfilePhotos Interface

{
  "id": 2394,
  "name": "UserProfilePhotos",
  "variant": "declaration",
  "kind": 256,
  "flags": {},
  "children": [
    {
      "id": 2396,
      "name": "photos",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Requested profile pictures (in up to 4 sizes each)"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1026,
          "character": 1
        }
      ],
      "type": {
        "type": "array",
        "elementType": {
          "type": "array",
          "elementType": {
            "type": "reference",
            "target": 1726,
            "name": "PhotoSize",
            "package": "tgkit",
            "qualifiedName": "default"
          }
        }
      }
    },
    {
      "id": 2395,
      "name": "totalCount",
      "variant": "declaration",
      "kind": 1024,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Total number of profile pictures the target user has"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/types.ts",
          "line": 1024,
          "character": 1
        }
      ],
      "type": {
        "type": "intrinsic",
        "name": "number"
      }
    }
  ],
  "groups": [
    {
      "title": "Properties",
      "children": [
        2396,
        2395
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/types.ts",
      "line": 1022,
      "character": 17
    }
  ]
}