yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
Public Member Functions | Private Attributes | List of all members
yatbcpp::UserProfilePhotos Class Reference

#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
 

Detailed Description

See also https://core.telegram.org/bots/api#userprofilephotos

Definition at line 13 of file UserProfilePhotos.h.

Constructor & Destructor Documentation

◆ UserProfilePhotos() [1/2]

yatbcpp::UserProfilePhotos::UserProfilePhotos ( std::int32_t  total_count,
std::vector< std::vector< PhotoSize >>  photos 
)

◆ UserProfilePhotos() [2/2]

UserProfilePhotos::UserProfilePhotos ( const UserProfilePhotos UserProfilePhotos)

Definition at line 20 of file UserProfilePhotos.cc.

Member Function Documentation

◆ getPhotos()

const vector< vector< PhotoSize > > & UserProfilePhotos::getPhotos ( ) const

Definition at line 39 of file UserProfilePhotos.cc.

◆ getTotal_count()

int32_t UserProfilePhotos::getTotal_count ( ) const

Definition at line 35 of file UserProfilePhotos.cc.

Member Data Documentation

◆ photos

std::vector<std::vector<PhotoSize> > yatbcpp::UserProfilePhotos::photos
private

Definition at line 25 of file UserProfilePhotos.h.

◆ total_count

std::int32_t yatbcpp::UserProfilePhotos::total_count
private

Definition at line 24 of file UserProfilePhotos.h.


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