Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy/types.web.ts>UserProfilePhotos

The Telegram Bot Framework.
Very Popular
Go to Latest
interface UserProfilePhotos
Re-export
import { type UserProfilePhotos } from "https://deno.land/x/grammy@v1.21.1/types.web.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)