PhoneCallProtocol
- class pyrogram.raw.base.PhoneCallProtocol
Phone call protocol
- Constructors:
This base type has 1 constructor available.
Protocol info for libtgvoip
TL Schema
phoneCallProtocol#fc878fc8
flags:#
udp_p2p:flags.0?true
udp_reflector:flags.1?true
min_layer:int
max_layer:int
library_versions:Vector<string>
= PhoneCallProtocol
Parameter Tree
PhoneCallProtocol
├── udp_p2p →
true (optional)├── udp_reflector →
true (optional)├── min_layer →
int├── max_layer →
int└── library_versions →
Vector < string >Example
PhoneCallProtocol(
udp_p2p=None,
udp_reflector=None,
min_layer=0,
max_layer=0,
library_versions=["text"],
)