--- title: "inputPhoneCall" description: "Phone call" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputPhoneCall [Back to constructors index](/API_docs/constructors/index.html) Phone call ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[long](/API_docs/types/long.html) | Yes|Call ID| |access\_hash|[long](/API_docs/types/long.html) | Yes|Access hash| ### Type: [InputPhoneCall](/API_docs/types/InputPhoneCall.html) ### Example: ``` $inputPhoneCall = ['_' => 'inputPhoneCall', 'id' => long, 'access_hash' => long]; ```