mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 15:40:21 +01:00
466 B
466 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', }