diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-03-21 19:10:51 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-03-21 19:10:51 +0300 |
commit | 7d3790343aace3f669e828a7cf06975f1efe1e07 (patch) | |
tree | 4debb9c013429c852b78ce7ac95164ab779537e7 /include | |
parent | 2fca50e53286d31d28679565336139b337bc608c (diff) |
Fix
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/Api.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |