xxtelebot  1.4.1.0
A simple Telegram Bot implementation in C++
tgbot::RegisterCallback Member List

This is the complete list of members for tgbot::RegisterCallback, including all inherited members.

__Command_Tuple typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
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::RegisterCallbackinline
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::RegisterCallbackinline
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::RegisterCallbackinline
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::RegisterCallbackinline
callback(void(&callback)(const types::Message, const methods::Api &))tgbot::RegisterCallbackinline
callback(MessageCallback callback)tgbot::RegisterCallbackinline
callback(void(&callback)(const types::InlineQuery, const methods::Api &))tgbot::RegisterCallbackinline
callback(InlineQueryCallback callback)tgbot::RegisterCallbackinline
callback(void(&callback)(const types::ChosenInlineResult, const methods::Api &))tgbot::RegisterCallbackinline
callback(ChosenInlineResultCallback callback)tgbot::RegisterCallbackinline
callback(void(&callback)(const types::CallbackQuery, const methods::Api &))tgbot::RegisterCallbackinline
callback(CallbackQueryCallback callback)tgbot::RegisterCallbackinline
callback(void(&callback)(const types::ShippingQuery, const methods::Api &))tgbot::RegisterCallbackinline
callback(ShippingQueryCallback callback)tgbot::RegisterCallbackinline
callback(void(&callback)(const types::PreCheckoutQuery, const methods::Api &))tgbot::RegisterCallbackinline
callback(PreCheckoutQueryCallback callback)tgbot::RegisterCallbackinline
callback(void(&callback)(const types::Message, const methods::Api &), const types::UpdateType &which)tgbot::RegisterCallbackinline
callback(MessageCallback callback, const types::UpdateType updateType)tgbot::RegisterCallbackinline
callbackQueryCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
CallbackQueryCallback typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallback
channelPostCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
ChosenInlineResultCallback typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallback
chosenInlineResultCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
commandCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
editedChannelPostCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
editedMessageCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
InlineQueryCallback typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallback
inlineQueryCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
MessageCallback typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallback
messageCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
preCheckoutQueryCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
PreCheckoutQueryCallback typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallback
RegisterCallback()=default (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected
ShippingQueryCallback typedef (defined in tgbot::RegisterCallback)tgbot::RegisterCallback
shippingQueryCallback (defined in tgbot::RegisterCallback)tgbot::RegisterCallbackprotected