1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 08:47:19 +01:00
MadelineProto/docs/API_docs_46/constructors/inputGeoPoint.md

528 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, ];