MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageMediaGeoPoint_8.md

31 lines
840 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "decryptedMessageMediaGeoPoint"
description: "GeoPoint attached to an encrypted message."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: decryptedMessageMediaGeoPoint\_8
[Back to constructors index](/API_docs/constructors/index.html)
GeoPoint attached to an encrypted message.
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|lat|[double](/API_docs/types/double.html) | Yes|Latitude of point|
|long|[double](/API_docs/types/double.html) | Yes|Longitude of point|
### Type: [DecryptedMessageMedia](/API_docs/types/DecryptedMessageMedia.html)
### Example:
```
$decryptedMessageMediaGeoPoint_8 = ['_' => 'decryptedMessageMediaGeoPoint', 'lat' => double, 'long' => double];
```