--- title: photoSizeEmpty description: Empty photo size image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: photoSizeEmpty [Back to constructors index](index.md) Empty photo size ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |type|[string](../types/string.md) | Yes|Type| ### Type: [PhotoSize](../types/PhotoSize.md) ### Example: ```php $photoSizeEmpty = ['_' => 'photoSizeEmpty', 'type' => 'string']; ``` Or, if you're into Lua: ```lua photoSizeEmpty={_='photoSizeEmpty', type='string'} ```