summaryrefslogtreecommitdiff
path: root/include/tgbot/Api.h
diff options
context:
space:
mode:
authorOleg Morozenkov <reo7sp@users.noreply.github.com>2017-03-21 19:10:51 +0300
committerOleg Morozenkov <reo7sp@users.noreply.github.com>2017-03-21 19:10:51 +0300
commit7d3790343aace3f669e828a7cf06975f1efe1e07 (patch)
tree4debb9c013429c852b78ce7ac95164ab779537e7 /include/tgbot/Api.h
parent2fca50e53286d31d28679565336139b337bc608c (diff)
Fix
Diffstat (limited to 'include/tgbot/Api.h')
-rw-r--r--include/tgbot/Api.h2
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.
*/