keyboardButtonSimpleWebView

Button to open a bot mini app using messages.requestSimpleWebView, without sending user information to the web app.

Can only be sent or received as part of a reply keyboard, use keyboardButtonWebView for inline keyboards.

keyboardButtonSimpleWebView#a0c0505c text:string url:string = KeyboardButton;

Parameters

Name Type Description
text string Button text
url string Web app URL

Type

KeyboardButton

Related pages

Mini Apps on Telegram

Bots can offer users interactive HTML5 web apps to completely replace any website.

messages.requestSimpleWebView

Open a bot mini app.

keyboardButtonWebView

Button to open a bot mini app using messages.requestWebView, sending over user information after user confirmation.

Can only be sent or received as part of an inline keyboard, use keyboardButtonSimpleWebView for reply keyboards.