--- title: inputMediaPhoto description: inputMediaPhoto attributes, type and example --- ## Constructor: inputMediaPhoto [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |id|[InputPhoto](../types/InputPhoto.md) | Required| |caption|[string](../types/string.md) | Required| ### Type: [InputMedia](../types/InputMedia.md) ### Example: ``` $inputMediaPhoto = ['_' => 'inputMediaPhoto', 'id' => InputPhoto, 'caption' => string, ]; ```