- API ›
- Constructors ›
- ReplyInlineMarkup
ReplyInlineMarkup
---types--- replyInlineMarkup#48a30254 rows:Vector<KeyboardButtonRow> = ReplyMarkup
Belongs to
| ReplyMarkup |
In Rust this constructor is a variant of the enums::ReplyMarkup enum.
Match on it with: if let enums::ReplyMarkup::ReplyInlineMarkup(v) = result { ... }
Parameters
| rows | Vector<KeyboardButtonRow> | required |
Used by
| EditInlineBotMessage |
| EditMessage |
| SendMedia |
| SendMessage |