mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
370 B
370 B
title | description |
---|---|
inputPhotoEmpty | inputPhotoEmpty attributes, type and example |
Constructor: inputPhotoEmpty
Type: InputPhoto
Example:
$inputPhotoEmpty = ['_' => 'inputPhotoEmpty', ];
Or, if you're into Lua:
inputPhotoEmpty={_='inputPhotoEmpty', }