diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-02 22:29:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 22:29:10 +0300 |
commit | 8ee17005234d535ef3d311817ad23992fb9932f2 (patch) | |
tree | d998e29912119367fd9d6866f05e90bb0adbd9c5 /include/tgbot/tgbot.h | |
parent | 454b2017b87f1796afbafcde19796ab934a89146 (diff) | |
parent | 0466be7b03710caec9cf1037342b4004b2360af2 (diff) |
Merge pull request #31 from kukin-konstantin/master
API Update
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" |