MadelineProto/docs/TD_docs/constructors/sendMessageGeoLocationAction.md
2017-07-23 16:33:46 +02:00

44 lines
695 B
Markdown

---
title: sendMessageGeoLocationAction
description: User sends geolocation
---
## Constructor: sendMessageGeoLocationAction
[Back to constructors index](index.md)
User sends geolocation
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
$sendMessageGeoLocationAction = ['_' => 'sendMessageGeoLocationAction'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "sendMessageGeoLocationAction"}
```
Or, if you're into Lua:
```
sendMessageGeoLocationAction={_='sendMessageGeoLocationAction'}
```