driver-telegram icon indicating copy to clipboard operation
driver-telegram copied to clipboard

Web app inline button type support

Open chimit opened this issue 8 months ago • 0 comments

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')

chimit avatar Apr 06 '25 14:04 chimit