StefanoBelli / xxtelebot

**DISCONTINUED** A simple C++11 Telegram Bot API implementation
https://stefanobelli.github.io/xxtelebot
MIT License
42 stars 6 forks source link

WebhookBot and Api ctors #9

Closed StefanoBelli closed 7 years ago

StefanoBelli commented 7 years ago

We should have a simple constructor for a webhook bot which just initializes baseApi

Api::Api(std::string);
WebhookBot::WebhookBot(std::string);