irazasyed / telegram-bot-sdk

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
https://telegram-bot-sdk.com
BSD 3-Clause "New" or "Revised" License
3.02k stars 669 forks source link

How to update message? #499

Closed mosleim closed 6 years ago

mosleim commented 6 years ago

i'm use 3.0.x version. i need tu update inline keyboard. but, i'm not find a documentation about that. how to update inline keyboard(or message)?

irazasyed commented 6 years ago

You can use EditMessage method for that. Please refer Telegram Bot API docs and you can use it with this SDK.