teleproto - v1.229.0
    Preparing search index...

    Interface PhoneCallProtocolIn

    interface PhoneCallProtocolIn {
        _?: "phoneCallProtocol";
        libraryVersions: string[];
        maxLayer: number;
        minLayer: number;
        udpP2p?: boolean;
        udpReflector?: boolean;
    }
    Index
    _?: "phoneCallProtocol"
    libraryVersions: string[]
    maxLayer: number
    minLayer: number
    udpP2p?: boolean
    udpReflector?: boolean