diff options
author | Andrea Barbadoro <andij.cr@gmail.com> | 2016-11-04 21:30:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 21:30:03 +0100 |
commit | 54843ab5d5ddfa695f6873b0adb53ec333b9491f (patch) | |
tree | 94517ab1bc9d0570648ae6bbbc0aa810fe274dbd /include | |
parent | ddb907bffa2a85d2773b80714fca90de687e3fb9 (diff) |
Update TgTypeParser.h
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/TgTypeParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/TgTypeParser.h b/include/tgbot/TgTypeParser.h index 17e9553..9e5a1d7 100644 --- a/include/tgbot/TgTypeParser.h +++ b/include/tgbot/TgTypeParser.h @@ -73,6 +73,7 @@ public: std::string parseChat(const Chat::Ptr& object) const; User::Ptr parseJsonAndGetUser(const boost::property_tree::ptree& data) const; std::string parseUser(const User::Ptr& object) const; + MessageEntity::Ptr parseJsonAndGetEntity(const boost::property_tree::ptree& data) const; Message::Ptr parseJsonAndGetMessage(const boost::property_tree::ptree& data) const; std::string parseMessage(const Message::Ptr& object) const; PhotoSize::Ptr parseJsonAndGetPhotoSize(const boost::property_tree::ptree& data) const; |