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