--- title: photoSizeEmpty23 description: photoSizeEmpty23 attributes, type and example --- ## Constructor: photoSizeEmpty23 [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |type|[string](../types/string.md) | Yes| ### Type: [PhotoSize](../types/PhotoSize.md) ### Example: ``` $photoSizeEmpty23 = ['_' => 'photoSizeEmpty23', 'type' => string, ]; ``` Or, if you're into Lua: ``` photoSizeEmpty23={_='photoSizeEmpty23', type=string, } ```