LibTgBotPP
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
PhotoSize.h
Go to the documentation of this file.
1
#ifndef _TG_PHOTOSIZE_H_
2
#define _TG_PHOTOSIZE_H_
3
4
#include <json/json.h>
5
#include <string>
6
7
namespace
Telegram {
8
9
class
PhotoSize
{
10
public
:
11
PhotoSize
(Json::Value);
12
13
private
:
14
std::string
file_id
;
15
Json::Int64
width
;
16
Json::Int64
height
;
17
Json::Int64
file_size
;
18
};
19
}
20
21
#endif
Telegram::PhotoSize::width
Json::Int64 width
Definition:
PhotoSize.h:15
Telegram::PhotoSize
Definition:
PhotoSize.h:9
Telegram::PhotoSize::height
Json::Int64 height
Definition:
PhotoSize.h:16
Telegram::PhotoSize::file_id
std::string file_id
Definition:
PhotoSize.h:14
Telegram::PhotoSize::file_size
Json::Int64 file_size
Definition:
PhotoSize.h:17
Telegram::PhotoSize::PhotoSize
PhotoSize(Json::Value)
Definition:
PhotoSize.cc:3
include
Telegram
PhotoSize.h
Generated on Sun Jun 4 2017 13:31:53 for LibTgBotPP by
1.8.6