yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
#include "UserProfilePhotos.h"
Public Member Functions | |
UserProfilePhotos (std::int32_t total_count, std::vector< std::vector< PhotoSize >> photos) | |
UserProfilePhotos (const UserProfilePhotos &UserProfilePhotos) | |
std::int32_t | getTotal_count () const |
const std::vector< std::vector< PhotoSize > > & | getPhotos () const |
Private Attributes | |
std::int32_t | total_count |
std::vector< std::vector< PhotoSize > > | photos |
See also https://core.telegram.org/bots/api#userprofilephotos
Definition at line 13 of file UserProfilePhotos.h.
yatbcpp::UserProfilePhotos::UserProfilePhotos | ( | std::int32_t | total_count, |
std::vector< std::vector< PhotoSize >> | photos | ||
) |
UserProfilePhotos::UserProfilePhotos | ( | const UserProfilePhotos & | UserProfilePhotos | ) |
Definition at line 20 of file UserProfilePhotos.cc.
const vector< vector< PhotoSize > > & UserProfilePhotos::getPhotos | ( | ) | const |
Definition at line 39 of file UserProfilePhotos.cc.
int32_t UserProfilePhotos::getTotal_count | ( | ) | const |
Definition at line 35 of file UserProfilePhotos.cc.
|
private |
Definition at line 25 of file UserProfilePhotos.h.
|
private |
Definition at line 24 of file UserProfilePhotos.h.