MadelineProto/docs/API_docs/constructors/photoSizeEmpty23.md
2017-05-27 22:21:14 +01:00

545 B

title description
photoSizeEmpty23 photoSizeEmpty23 attributes, type and example

Constructor: photoSizeEmpty23

Back to constructors index

Attributes:

Name Type Required
type string Yes

Type: PhotoSize

Example:

$photoSizeEmpty23 = ['_' => 'photoSizeEmpty23', 'type' => string, ];

Or, if you're into Lua:

photoSizeEmpty23={_='photoSizeEmpty23', type=string, }