qTbot 0.2.102.bb22a69
qTbot is base back end library for your c++ Qt projects.
|
▼CqTbot::IJsonBasedObject | This is base interface for all json base objects |
▼CqTbot::IJsonBasedUpdate | This is updates that have a json sructure |
CqTbot::TelegramUpdate | Base information about updates from telegram |
CqTbot::TelegramUpdateAnswer | This is base message from the telegram server after update request |
▼CqTbot::iMessage | This is main interface for the all messages |
CqTbot::TelegramMsg | This class provide general mesasges of telegram. The message object can contains text, geo or link to video,image. all this dates can be contains in one object |
CqTbot::TelegramContact | The telegramcontact class contains information about user contact |
▼CqTbot::TelegramFile | Base class for all files |
CqTbot::TelegramAudio | This is implementation of the audio objects of telegram |
CqTbot::TelegramDocument | This is implementation of the documents objects of telegram |
CqTbot::TelegramImage | This is implementation of the photos of telegram |
CqTbot::TelegramInlineKeyBoardCallBack | The TelegramInlineKeyBoardCallBack class |
CqTbot::TelegramLocation | Just simple struct with latitude and longitude |
▼CqTbot::iRequest | Is main interface for all custom requests |
▼CqTbot::TelegramSingleRquest | Is base class for all single requests commands with arguments |
CqTbot::TelegramDeleteMessage | Remove message with id |
CqTbot::TelegramGetFile | Build http request for the getting files from tellgram messager |
CqTbot::TelegramGetMe | The TelegramGetMsg class just prepare get request to tellegram |
CqTbot::TelegramGetUpdate | This is implementation of the get update method of the Telegram API |
CqTbot::TelegramSendContact | The TelegramSendContact class |
▼CqTbot::TelegramSendFile | Base clas for upload files to server |
CqTbot::TelegramSendDocument | Sents document into chat |
CqTbot::TelegramSendPhoto | Using to sending photos on chat |
CqTbot::TelegramSendLocation | Sents location data into chat |
▼CqTbot::TelegramSendMsg | This method send a message to the server |
▼CqTbot::TelegramEditMessage | This command edit keyboard of the message |
CqTbot::TelegramEditMessageReplyMarkup | Just edit alredy created Markups |
CqTbot::TelegrammDownloadFile | Prepare link to download telegramm files |
▼CqTbot::iUpdate | The iMessage class - is main interface for all messages objects |
CqTbot::IJsonBasedUpdate | This is updates that have a json sructure |
▼CQException | |
CqTbot::HttpException | Base exaption that will raise on all errors of the HTTP protocol, |
CqTbot::InternalException | Contais string value to describe what happened |
▼CQObject | |
▼CqTbot::IBot | Base interface for all chat-bots objcts |
▼CqTbot::ITelegramBot | This is base implementation of the all telegramm bots |
CqTbot::TelegramRestBot | Is Rest implementation base on the Update API telegram method |
▼CQtActivity | |
Ccom.quasarapp.androidtools.MainActivity | |
CqTbot::IBot::RequestData | Simple wrapper of request object with path of responce. If Path of responce is empty then responce will saved in RAM |
CqTbot::TelegramArgs | Base structure for the all tellegram message arguments |