- API ›
- Constructors ›
- KeyboardButtonRow
KeyboardButtonRow
---types--- keyboardButtonRow#77608b83 buttons:Vector<KeyboardButton> = KeyboardButtonRow
Belongs to
| KeyboardButtonRow |
In Rust this constructor is a variant of the enums::KeyboardButtonRow enum.
Match on it with: if let enums::KeyboardButtonRow::KeyboardButtonRow(v) = result { ... }
Parameters
| buttons | Vector<KeyboardButton> | required |