- API ›
- Constructors ›
- UpdateNewQuickReply
UpdateNewQuickReply
---types--- updateNewQuickReply#f53da717 quick_reply:QuickReply = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateNewQuickReply(v) = result { ... }
Parameters
| quick_reply | QuickReply | required |