MadelineProto/old_docs/API_docs_v51/constructors/inputPhotoEmpty.md
2017-05-27 22:21:14 +01:00

370 B

title description
inputPhotoEmpty inputPhotoEmpty attributes, type and example

Constructor: inputPhotoEmpty

Back to constructors index

Type: InputPhoto

Example:

$inputPhotoEmpty = ['_' => 'inputPhotoEmpty', ];

Or, if you're into Lua:

inputPhotoEmpty={_='inputPhotoEmpty', }