#include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/conversion.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <cstdint>
#include <iostream>
#include <leptonica/allheaders.h>
#include <string>
#include <tgbot/tgbot.h>
#include <vector>
#include "config.hpp"
#include "metar.hpp"
#include "ocr.hpp"
#include "tgbot/types/Message.h"
#include "utils.hpp"
Go to the source code of this file.
◆ PARSE_MODE()
const std::string PARSE_MODE |
( |
"Markdown" |
| ) |
|
◆ HELP_MESSAGE
const std::string HELP_MESSAGE |
Initial value:=
"My commands:\n"
"`/start` - _start the bot_\n"
"`/help` - _show this message_\n"
"`/info` - _show compilation machine information_\n"
"`/ocr` - _optical Character Recognition with tesseract_\n"
"`/metar <ICAO Code>` - _get METAR information_\n"
"\n"
Definition at line 22 of file commands.cpp.
◆ INFO_MESSAGE
const std::string INFO_MESSAGE |