MadelineProto/docs/API_docs/constructors/keyboardButtonRow.md

351 B

Constructor: keyboardButtonRow

Attributes:

Name Type Required
buttons Array of KeyboardButton Required

Type: KeyboardButtonRow

Example:

$keyboardButtonRow = ['buttons' => [KeyboardButton], ];