GramIO API Reference / gramio/dist / TelegramUserProfilePhotos
Interface: TelegramUserProfilePhotos
Defined in: @gramio/types/out/objects.d.ts:2939
This object represent a user's profile pictures.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
photos | TelegramPhotoSize[][] | Requested profile pictures (in up to 4 sizes each) | @gramio/types/out/objects.d.ts:2947 |
total_count | number | Total number of profile pictures the target user has | @gramio/types/out/objects.d.ts:2943 |