UpdateChat

---types---
updateChat#f89a6a4e chat_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::UpdateChat(v) = result { ... }

Parameters

chat_idlongrequired