Interface UpdateCall

New call was created or information about a call was updated. Subtype of Update.

interface UpdateCall {
    @type: "updateCall";
    call: Call;
}

Properties

Properties

@type: "updateCall"
call: Call

New data about a call.