MadelineProto/docs/API_docs/constructors/keyboardButtonUrl.md
2016-12-19 20:56:05 +03:00

395 B

Constructor: keyboardButtonUrl

Attributes:

Name Type Required
text string Required
url string Required

Type: KeyboardButton

Example:

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