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