## Constructor: inputMediaPhotoExternal ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |url|[string](../types/string.md) | Required| |caption|[string](../types/string.md) | Required| ### Type: [InputMedia](../types/InputMedia.md) ### Example: ``` $inputMediaPhotoExternal = ['url' => string, 'caption' => string, ]; ```