1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 10:07:47 +01:00
MadelineProto/docs/API_docs/constructors/sendMessageGeoLocationAction_17.md

44 lines
708 B
Markdown
Raw Normal View History

2017-05-28 04:49:19 +02:00
---
title: sendMessageGeoLocationAction
description: User sends geolocation
---
## Constructor: sendMessageGeoLocationAction\_17
[Back to constructors index](index.md)
User sends geolocation
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
$sendMessageGeoLocationAction_17 = ['_' => 'sendMessageGeoLocationAction', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"sendMessageGeoLocationAction"}
```
2017-05-28 04:49:19 +02:00
Or, if you're into Lua:
```
sendMessageGeoLocationAction_17={_='sendMessageGeoLocationAction', }
```