Interface NotificationTypeNewCall

New call was received. Subtype of NotificationType.

interface NotificationTypeNewCall {
    @type: "notificationTypeNewCall";
    call_id: number;
}

Properties

Properties

@type: "notificationTypeNewCall"
call_id: number

Call identifier.