yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
#include "ChatPhoto.h"
Public Member Functions | |
ChatPhoto (std::string small_file_id, std::string big_file_id) | |
ChatPhoto (const ChatPhoto &ChatPhoto) | |
const std::string & | getSmall_file_id () const |
const std::string & | getBig_file_id () const |
Private Attributes | |
std::string | small_file_id |
std::string | big_file_id |
See also https://core.telegram.org/bots/api#chatphoto
Definition at line 8 of file ChatPhoto.h.
ChatPhoto::ChatPhoto | ( | std::string | small_file_id, |
std::string | big_file_id | ||
) |
Definition at line 12 of file ChatPhoto.cc.
ChatPhoto::ChatPhoto | ( | const ChatPhoto & | ChatPhoto | ) |
Definition at line 18 of file ChatPhoto.cc.
const string & ChatPhoto::getBig_file_id | ( | ) | const |
Definition at line 37 of file ChatPhoto.cc.
const string & ChatPhoto::getSmall_file_id | ( | ) | const |
Definition at line 33 of file ChatPhoto.cc.
|
private |
Definition at line 20 of file ChatPhoto.h.
|
private |
Definition at line 19 of file ChatPhoto.h.