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

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).

Detailed Description

This object represent a user's profile pictures.

Definition at line 14933 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 14934 of file Types.h.

Member Data Documentation

◆ photos

std::vector<std::vector<std::shared_ptr<PhotoSize> > > TgBot::UserProfilePhotos::photos { }

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

Definition at line 14944 of file Types.h.

◆ totalCount

std::int32_t TgBot::UserProfilePhotos::totalCount { }

Total number of profile pictures the target user has.

Definition at line 14939 of file Types.h.


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