diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2020-08-21 01:41:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 01:41:36 +0300 |
commit | 4009b7ea603dcd7f21c6e852497daba7b0a1a6b3 (patch) | |
tree | 6dd10e3c92accb9aa250bc30862a59f6f7d9067b /include/tgbot/tgbot.h | |
parent | 3230b1b5d84a7a948324949eb607082dc40fe01e (diff) | |
parent | ffc3c38882d669ea6b2abeea5c0f7c7b322fa6e7 (diff) |
Merge pull request #143 from sebest06/master
* add SetMyCommand to the api
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r-- | include/tgbot/tgbot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index 8ebf51d..0868aa0 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -96,6 +96,8 @@ #include "tgbot/types/VideoNote.h" #include "tgbot/types/Voice.h" #include "tgbot/types/WebhookInfo.h" +#include "tgbot/types/BotCommand.h" + /** * @defgroup general |