1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 08:39:37 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/inputGeoPoint.md

532 B

title description
inputGeoPoint inputGeoPoint attributes, type and example

Constructor: inputGeoPoint

Back to constructors index

Attributes:

Name Type Required
latitude double Required
longitude double Required

Type: InputGeoPoint

Example:

$inputGeoPoint = ['_' => 'inputGeoPoint', 'latitude' => double, 'longitude' => double, ];