734 B
734 B
title | description | image |
---|---|---|
keyboardButtonUrl | URL button | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: keyboardButtonUrl
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'}