PhoneCall
Rust type: enums::PhoneCall
Constructors
This is an abstract type. At runtime it will be one of the following variants:
| PhoneCall |
| PhoneCallAccepted |
| PhoneCallDiscarded |
| PhoneCallEmpty |
| PhoneCallRequested |
| PhoneCallWaiting |
Requests returning this type
None.
Requests accepting this type as input
None.
Other types containing this type
| PhoneCall |
| UpdatePhoneCall |