diff options
author | Andrea Giove <andreagiove@outlook.com> | 2016-03-30 14:13:17 +0200 |
---|---|---|
committer | Andrea Giove <andreagiove@outlook.com> | 2016-03-30 14:13:17 +0200 |
commit | b937e88dd43a7708f40af6a3c333046e3121a77a (patch) | |
tree | b24d43cd2a13ba923de495961bf9a5e613ae683a /include | |
parent | 184f0ae9b304a56e044394a96e4ccc45200840c4 (diff) |
Fixed ChosenInlineResult issue
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/types/ChosenInlineResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/types/ChosenInlineResult.h b/include/tgbot/types/ChosenInlineResult.h index 3c71496..c6d730e 100644 --- a/include/tgbot/types/ChosenInlineResult.h +++ b/include/tgbot/types/ChosenInlineResult.h @@ -28,7 +28,7 @@ public: /** * The user that chose the result. */ - User::Ptr user; + User::Ptr from; /** * The query that was used to obtain the result. |