690 B
690 B
title | description | image |
---|---|---|
inputGeoPoint | Geo point | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputGeoPoint
Geo point
Attributes:
Name | Type | Required | Description |
---|---|---|---|
lat | double | Yes | Lat |
long | double | Yes | Long |
Type: InputGeoPoint
Example:
$inputGeoPoint = ['_' => 'inputGeoPoint', 'lat' => double, 'long' => double];
Or, if you're into Lua:
inputGeoPoint={_='inputGeoPoint', lat=double, long=double}