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