2019-03-08 13:49:23 +01:00

531 B

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

Constructor: inputPhotoEmpty

Back to constructors index

Empty input photo

Type: InputPhoto

Example:

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

PWRTelegram json-encoded version:

{"_": "inputPhotoEmpty"}

Or, if you're into Lua:

inputPhotoEmpty={_='inputPhotoEmpty'}