Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
809 stars 342 forks source link

how to hide keyboard before inlinekeboard show #55

Closed avaresaneh closed 7 years ago

avaresaneh commented 7 years ago

hi, how to hide keyboard($telegram->buildKeyBoardHide($selective=true)) before show inline keyboard?! thanks

Eleirbag89 commented 7 years ago

you need to send a message with the keyboard hide as reply_markup paramweter.