tgbot-cpp
File.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_CPP_FILE_H
6
#define TGBOT_CPP_FILE_H
7
8
#include <string>
9
#include <memory>
10
11
namespace
TgBot
{
12
21
class
File
{
22
23
public
:
24
typedef
std::shared_ptr<File>
Ptr
;
25
29
std::string
fileId
;
30
34
int32_t
fileSize
;
35
40
std::string
filePath
;
41
};
42
43
}
44
45
#endif //TGBOT_CPP_FILE_H
TgBot::File::Ptr
std::shared_ptr< File > Ptr
Definition:
File.h:24
TgBot::File::filePath
std::string filePath
Definition:
File.h:40
TgBot::File
Definition:
File.h:21
TgBot::File::fileSize
int32_t fileSize
Definition:
File.h:34
TgBot
Definition:
Api.h:44
TgBot::File::fileId
std::string fileId
Definition:
File.h:29
include
tgbot
types
File.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13