diff options
author | kukin-konstantin <kukin.konstantin@gmail.com> | 2017-03-20 18:43:36 +0300 |
---|---|---|
committer | kukin-konstantin <kukin.konstantin@gmail.com> | 2017-03-20 18:55:09 +0300 |
commit | b68611144a92b266ab20b7db8fbce723bb499b70 (patch) | |
tree | e5573aaf74443c0542ed684ce5bdadf265e35858 /include/tgbot/Api.h | |
parent | 1c7d4c17062644d28f485b0ff6cbc213e975ac29 (diff) |
fix errors
Diffstat (limited to 'include/tgbot/Api.h')
-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 b2f6911..bddcd87 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -323,7 +323,7 @@ public: * @param fileId File identifier to get info about * @return A File object. */ - File::Ptr getFile(int32_t fileId) const; + File::Ptr getFile(const std::string &fileId) const; /** * Use this method for your bot to leave a group, supergroup or channel. |