From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- .../d40/class_tg_bot_1_1_user_profile_photos.html | 176 +++++++++++++++++++++ .../df/d40/class_tg_bot_1_1_user_profile_photos.js | 6 + 2 files changed, 182 insertions(+) create mode 100644 docs/df/d40/class_tg_bot_1_1_user_profile_photos.html create mode 100644 docs/df/d40/class_tg_bot_1_1_user_profile_photos.js (limited to 'docs/df/d40') diff --git a/docs/df/d40/class_tg_bot_1_1_user_profile_photos.html b/docs/df/d40/class_tg_bot_1_1_user_profile_photos.html new file mode 100644 index 0000000..7adf1de --- /dev/null +++ b/docs/df/d40/class_tg_bot_1_1_user_profile_photos.html @@ -0,0 +1,176 @@ + + + + + + + +tgbot-cpp: TgBot::UserProfilePhotos Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::UserProfilePhotos Class Reference
+
+
+ +

#include <UserProfilePhotos.h>

+ + + + +

+Public Types

typedef std::shared_ptr< UserProfilePhotosPtr
 
+ + + + + +

+Public Attributes

int32_t totalCount
 
std::vector< std::vector< PhotoSize::Ptr > > photos
 
+

Detailed Description

+

This object represent a user's profile pictures.

+ +

Definition at line 37 of file UserProfilePhotos.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<UserProfilePhotos> TgBot::UserProfilePhotos::Ptr
+
+ +

Definition at line 40 of file UserProfilePhotos.h.

+ +
+
+

Member Data Documentation

+ +

◆ photos

+ +
+
+ + + + +
std::vector<std::vector<PhotoSize::Ptr> > TgBot::UserProfilePhotos::photos
+
+

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

+ +

Definition at line 50 of file UserProfilePhotos.h.

+ +
+
+ +

◆ totalCount

+ +
+
+ + + + +
int32_t TgBot::UserProfilePhotos::totalCount
+
+

Total number of profile pictures the target user has.

+ +

Definition at line 45 of file UserProfilePhotos.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/df/d40/class_tg_bot_1_1_user_profile_photos.js b/docs/df/d40/class_tg_bot_1_1_user_profile_photos.js new file mode 100644 index 0000000..4d90688 --- /dev/null +++ b/docs/df/d40/class_tg_bot_1_1_user_profile_photos.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_user_profile_photos = +[ + [ "Ptr", "df/d40/class_tg_bot_1_1_user_profile_photos.html#a734352c5b115ea29e639f01462187d55", null ], + [ "photos", "df/d40/class_tg_bot_1_1_user_profile_photos.html#a66b1e0c0b5b462ab8087ce05b0311f16", null ], + [ "totalCount", "df/d40/class_tg_bot_1_1_user_profile_photos.html#a33bfd559f54c4c8bf214698392473675", null ] +]; \ No newline at end of file -- cgit v1.2.3