diff options
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. |