MajMcCloud / TelegramBotFramework

This is a context based application framework for the C# TelegramBot library.
https://www.t.me/tgbotbase
MIT License
149 stars 43 forks source link

Add Web App Inline Keyboard Button #40

Closed palashjhabak closed 1 year ago

palashjhabak commented 1 year ago

WebApp was recently launched in Telegram Bot. One of the scenarios is to open a web app from an inline keyboard button.

This PR intends to add support for inline keyboard button with webapp option.

MajMcCloud commented 1 year ago

Accepted.

palashjhabak commented 1 year ago

Thanks @MajMcCloud