- API ›
- Constructors ›
- PhoneConnection
PhoneConnection
---types--- phoneConnection#9cc123c7 tcp:flags.0?true id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection
Belongs to
| PhoneConnection |
In Rust this constructor is a variant of the enums::PhoneConnection enum.
Match on it with: if let enums::PhoneConnection::PhoneConnection(v) = result { ... }