|
tgbot-cpp
|
This object represent a user's profile pictures. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<UserProfilePhotos> |
Public Attributes | |
| std::int32_t | totalCount { } |
| Total number of profile pictures the target user has. | |
| std::vector< std::vector< std::shared_ptr< PhotoSize > > > | photos { } |
| Requested profile pictures (in up to 4 sizes each). | |
| using TgBot::UserProfilePhotos::Ptr = std::shared_ptr<UserProfilePhotos> |
| std::vector<std::vector<std::shared_ptr<PhotoSize> > > TgBot::UserProfilePhotos::photos { } |
| std::int32_t TgBot::UserProfilePhotos::totalCount { } |