Skip to main content
Module

x/grammy_types/manage.ts>UserProfilePhotos

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface UserProfilePhotos
import { type UserProfilePhotos } from "https://deno.land/x/grammy_types@v3.6.1/manage.ts";

This object represent a user's profile pictures.

Properties

total_count: number

Total number of profile pictures the target user has

photos: PhotoSize[][]

Requested profile pictures (in up to 4 sizes each)