tgbot-cpp
Loading...
Searching...
No Matches
TgBot::UserProfilePhotos Class Reference

This object represent a user's profile pictures. More...

#include <UserProfilePhotos.h>

Public Types

typedef std::shared_ptr< UserProfilePhotosPtr
 

Public Attributes

std::int32_t totalCount
 Total number of profile pictures the target user has.
 
std::vector< std::vector< PhotoSize::Ptr > > photos
 Requested profile pictures (in up to 4 sizes each).
 

Detailed Description

This object represent a user's profile pictures.

Definition at line 17 of file UserProfilePhotos.h.

Member Typedef Documentation

◆ Ptr

Definition at line 20 of file UserProfilePhotos.h.

Member Data Documentation

◆ photos

std::vector<std::vector<PhotoSize::Ptr> > TgBot::UserProfilePhotos::photos

Requested profile pictures (in up to 4 sizes each).

Definition at line 30 of file UserProfilePhotos.h.

◆ totalCount

std::int32_t TgBot::UserProfilePhotos::totalCount

Total number of profile pictures the target user has.

Definition at line 25 of file UserProfilePhotos.h.


The documentation for this class was generated from the following file: