MadelineProtoDocs/old_docs/API_docs_v5/constructors/inputPhotoEmpty.md

437 B

title description image
inputPhotoEmpty Empty constructor. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPhotoEmpty

Back to constructors index

Empty constructor.

Type: InputPhoto

Example:

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

Or, if you're into Lua:

inputPhotoEmpty={_='inputPhotoEmpty'}