mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 06:19:37 +01:00
44 lines
705 B
Markdown
44 lines
705 B
Markdown
---
|
|
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'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "sendMessageGeoLocationAction"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
sendMessageGeoLocationAction_17={_='sendMessageGeoLocationAction'}
|
|
|
|
```
|
|
|
|
|