mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
840 B
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
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];