diff options
author | Konstantin Kukin <kukin.konstantin@gmail.com> | 2016-12-29 17:50:00 +0300 |
---|---|---|
committer | Konstantin Kukin <kukin.konstantin@gmail.com> | 2016-12-29 17:50:00 +0300 |
commit | 33e4184338cc7b9ecd8af36ee0ecaff74020356c (patch) | |
tree | 1e8629a49770fe59249cd80b28c8ec4b4042de35 /include/tgbot/tgbot.h | |
parent | 187311fc635c843f10c275c7e230543b5f67e703 (diff) |
Rename ReplyKeyboardHide to ReplyKeyboardRemove
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r-- | include/tgbot/tgbot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index 34dc0a9..36b7dab 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -38,7 +38,7 @@ #include "tgbot/types/Location.h" #include "tgbot/types/Message.h" #include "tgbot/types/PhotoSize.h" -#include "tgbot/types/ReplyKeyboardHide.h" +#include "tgbot/types/ReplyKeyboardRemove.h" #include "tgbot/types/ReplyKeyboardMarkup.h" #include "tgbot/types/Sticker.h" #include "tgbot/types/Update.h" |