2024-05-01 14:53:46 +02:00

693 B

title description nav_exclude image
keyboardButtonUrl URL button true 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'];