Interface AcceptCall

Accepts an incoming call. Request type for Tdjson#acceptCall.

interface AcceptCall {
    @type: "acceptCall";
    call_id: number;
    protocol: CallProtocol;
}

Properties

@type: "acceptCall"
call_id: number

Call identifier.

protocol: CallProtocol

The call protocols supported by the application.