1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 13:47:20 +01:00
MadelineProto/docs/API_docs/constructors/keyboardButtonCallback.md
2016-12-19 20:56:05 +03:00

409 B

Constructor: keyboardButtonCallback

Attributes:

Name Type Required
text string Required
data bytes Required

Type: KeyboardButton

Example:

$keyboardButtonCallback = ['_' => keyboardButtonCallback', 'text' => string, 'data' => bytes, ];