mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 04:38:32 +01:00
20 lines
366 B
Markdown
20 lines
366 B
Markdown
|
---
|
||
|
title: sendMessageGeoLocationAction
|
||
|
description: sendMessageGeoLocationAction attributes, type and example
|
||
|
---
|
||
|
## Constructor: sendMessageGeoLocationAction
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageGeoLocationAction = ['_' => 'sendMessageGeoLocationAction', ];
|
||
|
```
|