23 #ifndef TGBOT_TGLONGPOLL_H 24 #define TGBOT_TGLONGPOLL_H 39 TgLongPoll(
const Api* api,
const EventHandler* eventHandler, int32_t, int32_t,
const std::shared_ptr<std::vector<std::string>>&);
40 TgLongPoll(
const Bot& bot, int32_t = 100, int32_t = 60,
const std::shared_ptr<std::vector<std::string>>& =
nullptr);
48 int32_t _lastUpdateId = 0;
51 std::shared_ptr<std::vector<std::string>> _allowupdates;
58 #endif //TGBOT_TGLONGPOLL_H
TgLongPoll(const Api *api, const EventHandler *eventHandler, int32_t, int32_t, const std::shared_ptr< std::vector< std::string >> &)