- API ›
- Constructors ›
- UpdateMessageId
UpdateMessageId
---types--- updateMessageID#4e90bfd6 id:int random_id:long = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateMessageId(v) = result { ... }