From 7d3790343aace3f669e828a7cf06975f1efe1e07 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 21 Mar 2017 19:10:51 +0300 Subject: Fix --- include/tgbot/Api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index 72ab5dc..5c3313d 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -477,7 +477,7 @@ public: /** * Downloads file from Telegram and saves it in memory. - * @param filePath Telegram file id. + * @param filePath Telegram file path. * @param args Additional api parameters. * @return File contents in a string. */ -- cgit v1.2.3