tgbot-cpp
|
This object represent a user's profile pictures. More...
#include <UserProfilePhotos.h>
Public Types | |
typedef std::shared_ptr< UserProfilePhotos > | Ptr |
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). | |
This object represent a user's profile pictures.
Definition at line 17 of file UserProfilePhotos.h.
typedef std::shared_ptr<UserProfilePhotos> TgBot::UserProfilePhotos::Ptr |
Definition at line 20 of file UserProfilePhotos.h.
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.
std::int32_t TgBot::UserProfilePhotos::totalCount |
Total number of profile pictures the target user has.
Definition at line 25 of file UserProfilePhotos.h.