- API ›
- Constructors ›
- UpdatePhoneCall
UpdatePhoneCall
---types--- updatePhoneCall#ab0f6b1e phone_call:PhoneCall = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePhoneCall(v) = result { ... }
Parameters
| phone_call | PhoneCall | required |