From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/df/d40/class_tg_bot_1_1_user_profile_photos.html delete 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 deleted file mode 100644 index 7adf1de..0000000 --- a/docs/df/d40/class_tg_bot_1_1_user_profile_photos.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 4d90688..0000000 --- a/docs/df/d40/class_tg_bot_1_1_user_profile_photos.js +++ /dev/null @@ -1,6 +0,0 @@ -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