|
xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
|
This is the complete list of members for tgbot::RegisterCallback, including all inherited members.
| __Command_Tuple typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| callback(bool(&matcherCallback)(const std::string &, const char *), void(&callback)(const types::Message, const methods::Api &, const std::vector< std::string >), const char *matchWord, const char sep= ' ') | tgbot::RegisterCallback | inline |
| callback(bool(&matcherCallback)(const std::string &, const char *), std::function< void(const types::Message, const methods::Api &, const std::vector< std::string >)> callback, const char *matchWord, const char sep= ' ') | tgbot::RegisterCallback | inline |
| callback(std::function< bool(const std::string &, const char *)> matcherCallback, void(&callback)(const types::Message, const methods::Api &, const std::vector< std::string >), const char *matchWord, const char sep= ' ') | tgbot::RegisterCallback | inline |
| callback(std::function< bool(const std::string &, const char *)> matcherCallback, std::function< void(const types::Message, const methods::Api &, const std::vector< std::string >)> callback, const char *matchWord, const char sep= ' ') | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::Message, const methods::Api &)) | tgbot::RegisterCallback | inline |
| callback(MessageCallback callback) | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::InlineQuery, const methods::Api &)) | tgbot::RegisterCallback | inline |
| callback(InlineQueryCallback callback) | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::ChosenInlineResult, const methods::Api &)) | tgbot::RegisterCallback | inline |
| callback(ChosenInlineResultCallback callback) | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::CallbackQuery, const methods::Api &)) | tgbot::RegisterCallback | inline |
| callback(CallbackQueryCallback callback) | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::ShippingQuery, const methods::Api &)) | tgbot::RegisterCallback | inline |
| callback(ShippingQueryCallback callback) | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::PreCheckoutQuery, const methods::Api &)) | tgbot::RegisterCallback | inline |
| callback(PreCheckoutQueryCallback callback) | tgbot::RegisterCallback | inline |
| callback(void(&callback)(const types::Message, const methods::Api &), const types::UpdateType &which) | tgbot::RegisterCallback | inline |
| callback(MessageCallback callback, const types::UpdateType updateType) | tgbot::RegisterCallback | inline |
| callbackQueryCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| CallbackQueryCallback typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | |
| channelPostCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| ChosenInlineResultCallback typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | |
| chosenInlineResultCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| commandCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| editedChannelPostCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| editedMessageCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| InlineQueryCallback typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | |
| inlineQueryCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| MessageCallback typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | |
| messageCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| preCheckoutQueryCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| PreCheckoutQueryCallback typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | |
| RegisterCallback()=default (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
| ShippingQueryCallback typedef (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | |
| shippingQueryCallback (defined in tgbot::RegisterCallback) | tgbot::RegisterCallback | protected |
1.8.11