- API ›
- Constructors ›
- UpdateGroupCallMessage
UpdateGroupCallMessage
---types--- updateGroupCallMessage#d8326f0d call:InputGroupCall message:GroupCallMessage = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateGroupCallMessage(v) = result { ... }
Parameters
| call | InputGroupCall | required |
| message | GroupCallMessage | required |