UpdateQuickReplyMessage

---types---
updateQuickReplyMessage#3e050d0f message:Message = Update

Belongs to

Update

In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateQuickReplyMessage(v) = result { ... }

Parameters

messageMessagerequired