From 47f5f69f1df08d030e57f81f87024146372a2ce0 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sat, 10 Aug 2024 17:45:01 +0700 Subject: re-order TgBot::Bot class parameter Signed-off-by: fadhil riyanto --- include/tgbot/Bot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tgbot/Bot.h b/include/tgbot/Bot.h index 36d3cb4..d7ed0c0 100644 --- a/include/tgbot/Bot.h +++ b/include/tgbot/Bot.h @@ -21,7 +21,7 @@ class HttpClient; class TGBOT_API Bot { public: - explicit Bot(std::string token, const HttpClient &httpClient = _getDefaultHttpClient(), const std::string& url="https://api.telegram.org"); + explicit Bot(std::string token, const std::string& url, const HttpClient &httpClient = _getDefaultHttpClient()); /** * @return Token for accessing api. -- cgit v1.2.3