Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#getUserProfilePhotos

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.getUserProfilePhotos
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/deps.deno.ts";

Context-aware alias for api.getUserProfilePhotos. Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.

Parameters

optional
other: Other<"getUserProfilePhotos", "user_id">

Unique identifier of the target user

optional
signal: AbortSignal

Optional remaining parameters, confer the official reference below