This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
1
Star
0
Fork
0
You've already forked MadelineProto
mirror of
https://github.com/danog/MadelineProto.git
synced
2024-12-12 14:27:23 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
cfc7cb4e04
MadelineProto
/
docs
/
API_docs
/
constructors
/
geoPoint.md
Daniil Gentili
a6bf4f668d
Added attributes
2016-12-20 13:32:11 +01:00
472 B
Raw
Blame
History
title
description
geoPoint
geoPoint attributes, type and example
Constructor: geoPoint
Back to constructors index
Attributes:
Name
Type
Required
long
double
Required
lat
double
Required
Type:
GeoPoint
Example:
$geoPoint = ['_' => geoPoint', 'long' => double, 'lat' => double, ];