yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
#include "telegram_api_error.h"
Public Member Functions | |
telegram_api_error (int errorcode, std::string message) | |
Private Attributes | |
int | errorcode |
std::string | message |
Friends | |
std::ostream & | operator<< (std::ostream &o, const telegram_api_error &U) |
std::ostream & | operator<< (std::ostream &o, const telegram_api_error *U) |
Definition at line 12 of file telegram_api_error.h.
telegram_api_error::telegram_api_error | ( | int | errorcode, |
std::string | message | ||
) |
Definition at line 10 of file telegram_api_error.cc.
|
friend |
Definition at line 9 of file telegram_api_error_ostream.cc.
|
friend |
Definition at line 13 of file telegram_api_error_ostream.cc.
|
private |
Definition at line 18 of file telegram_api_error.h.
|
private |
Definition at line 19 of file telegram_api_error.h.