744 B
744 B
title | description | image |
---|---|---|
keyboardButtonUrl | Keyboard button URL | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: keyboardButtonUrl
Keyboard button URL
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text |
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'}