MadelineProto/old_docs/API_docs_v38/constructors/inputPhotoEmpty.md

467 B

title description
inputPhotoEmpty inputPhotoEmpty attributes, type and example

Constructor: inputPhotoEmpty

Back to constructors index

Attributes:

Name Type Required

Type: InputPhoto

Example:

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

Or, if you're into Lua:

inputPhotoEmpty={_='inputPhotoEmpty', }