- API ›
- Constructors ›
- ReplyKeyboardForceReply
ReplyKeyboardForceReply
---types--- replyKeyboardForceReply#86b40b08 single_use:flags.1?true selective:flags.2?true placeholder:flags.3?string = ReplyMarkup
Belongs to
| ReplyMarkup |
In Rust this constructor is a variant of the enums::ReplyMarkup enum.
Match on it with: if let enums::ReplyMarkup::ReplyKeyboardForceReply(v) = result { ... }
Parameters
Used by
| EditInlineBotMessage |
| EditMessage |
| SendMedia |
| SendMessage |