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