MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageMediaGeoPoint_8.md
2024-05-01 14:53:46 +02:00

840 B

title description nav_exclude image
decryptedMessageMediaGeoPoint GeoPoint attached to an encrypted message. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageMediaGeoPoint_8

Back to constructors index

GeoPoint attached to an encrypted message.

Attributes:

Name Type Required Description
lat double Yes Latitude of point
long double Yes Longitude of point

Type: DecryptedMessageMedia

Example:

$decryptedMessageMediaGeoPoint_8 = ['_' => 'decryptedMessageMediaGeoPoint', 'lat' => double, 'long' => double];