mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
37 lines
589 B
Markdown
37 lines
589 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', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
sendMessageGeoLocationAction={_='sendMessageGeoLocationAction', }
|
|
|
|
```
|
|
|
|
|