mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
693 B
693 B
title | description | nav_exclude | image |
---|---|---|---|
keyboardButtonUrl | URL button | true | 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'];