536 B
536 B
title | description | image |
---|---|---|
inputPhotoEmpty | inputPhotoEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPhotoEmpty
Type: InputPhoto
Example:
$inputPhotoEmpty = ['_' => 'inputPhotoEmpty'];
PWRTelegram json-encoded version:
{"_": "inputPhotoEmpty"}
Or, if you're into Lua:
inputPhotoEmpty={_='inputPhotoEmpty'}