xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
|
API Methods parameter types. More...
Typedefs | |
using | InlineQueryResultsVector = std::vector<::tgbot::types::Ptr< InlineQueryResult >> |
using | KeyboardButton = ::tgbot::types::KeyboardButton |
using | CallbackGame = ::tgbot::types::CallbackGame |
Enumerations | |
enum | ParseMode { DEFAULT, MARKDOWN, HTML } |
Parsing mode to be used. | |
enum | ChatAction { TYPING, UPLOAD_PHOTO, RECORD_VIDEO, UPLOAD_VIDEO, RECORD_AUDIO, UPLOAD_AUDIO, UPLOAD_DOCUMENT, FIND_LOCATION, RECORD_VIDEO_NOTE, UPLOAD_VIDEO_NOTE } |
What the bot is doing. | |
enum | FileSource { FileSource::EXTERNAL, FileSource::LOCAL_UPLOAD } |
Choose if filename should be treated as file_id or uploaded via multipart. More... | |
API Methods parameter types.
|
strong |