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