- API ›
- Constructors ›
- PhoneCallAccepted
PhoneCallAccepted
---types--- phoneCallAccepted#3660c311 video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_b:bytes protocol:PhoneCallProtocol = PhoneCall
Belongs to
| PhoneCall |
In Rust this constructor is a variant of the enums::PhoneCall enum.
Match on it with: if let enums::PhoneCall::PhoneCallAccepted(v) = result { ... }