method Api.prototype.getUserProfilePhotosimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts"; getUserProfilePhotos(user_id: number,other?: Other<R, "getUserProfilePhotos", "user_id">,signal?: AbortSignal,)Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object. Parametersuser_id: numberUnique identifier of the target user optionalother: Other<R, "getUserProfilePhotos", "user_id">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getuserprofilephotos