- API ›
- Constructors ›
- UpdatePhoneCallSignalingData
UpdatePhoneCallSignalingData
---types--- updatePhoneCallSignalingData#2661bf09 phone_call_id:long data:bytes = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePhoneCallSignalingData(v) = result { ... }