driver-telegram
driver-telegram copied to clipboard
Web app inline button type support
An inline button may have a type of web_app (https://core.telegram.org/bots/api#inlinekeyboardbutton). This PR makes it possible to create such buttons:
KeyboardButton::create('Start')->webApp('https://yourwebapp.url')