teleproto - v1.229.0
    Preparing search index...

    Interface PhoneRequestCallParams

    interface PhoneRequestCallParams {
        gAHash: bytes;
        protocol: PhoneCallProtocolIn;
        randomId: number;
        userId: EntityLike;
        video?: boolean;
    }
    Index
    gAHash: bytes

    Parameter for E2E encryption key exchange »

    Phone call settings

    randomId: number

    Random ID to avoid resending the same object

    userId: EntityLike

    Destination of the phone call

    video?: boolean

    Whether to start a video call