Module

x/grammy/types.deno.ts>UserProfilePhotos

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

import UserProfilePhotos
import { UserProfilePhotos } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.deno.ts";