--- title: inputPhoto --- ## Constructor: inputPhoto [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| ### Type: [InputPhoto](../types/InputPhoto.md) ### Example: ``` $inputPhoto = ['_' => inputPhoto', 'id' => long, 'access_hash' => long, ]; ```