- API ›
- Constructors ›
- InputPhoneCall
InputPhoneCall
---types--- inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall
Belongs to
| InputPhoneCall |
In Rust this constructor is a variant of the enums::InputPhoneCall enum.
Match on it with: if let enums::InputPhoneCall::InputPhoneCall(v) = result { ... }
Parameters
Used by
| AcceptCall |
| ConfirmCall |
| DiscardCall |
| ReceivedCall |
| SaveCallDebug |
| SaveCallLog |
| SendSignalingData |
| SetCallRating |