--- title: pageBlockPhoto description: pageBlockPhoto attributes, type and example --- ## Constructor: pageBlockPhoto [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |photo\_id|[long](../types/long.md) | Required| |caption|[RichText](../types/RichText.md) | Required| ### Type: [PageBlock](../types/PageBlock.md) ### Example: ``` $pageBlockPhoto = ['_' => 'pageBlockPhoto', 'photo_id' => long, 'caption' => RichText, ]; ```