mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:14:40 +01:00
463 B
463 B
title | description |
---|---|
inputPhotoEmpty | inputPhotoEmpty attributes, type and example |
Constructor: inputPhotoEmpty
Type: InputPhoto
Example:
$inputPhotoEmpty = ['_' => 'inputPhotoEmpty'];
PWRTelegram json-encoded version:
{"_": "inputPhotoEmpty"}
Or, if you're into Lua:
inputPhotoEmpty={_='inputPhotoEmpty'}