interface UserProfilePhotosimport { type UserProfilePhotos } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.deno.ts"; This object represent a user's profile pictures. Propertiestotal_count: numberTotal number of profile pictures the target user has photos: PhotoSize[][]Requested profile pictures (in up to 4 sizes each) import UserProfilePhotosimport { UserProfilePhotos } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.deno.ts";