MadelineProtoDocs/old_docs/API_docs_v14/constructors/keyboardButtonUrl.md

734 B

title description image
keyboardButtonUrl URL button https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: keyboardButtonUrl

Back to constructors index

URL button

Attributes:

Name Type Required Description
text string Yes Button label
url string Yes URL

Type: KeyboardButton

Example:

$keyboardButtonUrl = ['_' => 'keyboardButtonUrl', 'text' => 'string', 'url' => 'string'];

Or, if you're into Lua:

keyboardButtonUrl={_='keyboardButtonUrl', text='string', url='string'}