UpdateDeleteGroupCallMessages

---types---
updateDeleteGroupCallMessages#3e85e92c call:InputGroupCall messages:Vector<int> = Update

Belongs to

Update

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

Parameters

callInputGroupCallrequired
messagesVector<int>required