MadelineProto/docs/API_docs/constructors/sendMessageGeoLocationAction.md

38 lines
581 B
Markdown
Raw Normal View History

2017-05-28 04:49:19 +02:00
---
title: sendMessageGeoLocationAction
2017-08-25 15:05:53 +02:00
description: sendMessageGeoLocationAction attributes, type and example
2017-05-28 04:49:19 +02:00
---
## Constructor: sendMessageGeoLocationAction
[Back to constructors index](index.md)
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
2017-07-23 16:33:46 +02:00
$sendMessageGeoLocationAction = ['_' => 'sendMessageGeoLocationAction'];
2017-05-28 04:49:19 +02:00
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
2017-07-23 16:33:46 +02:00
{"_": "sendMessageGeoLocationAction"}
2017-07-23 16:11:02 +02:00
```
2017-05-28 04:49:19 +02:00
Or, if you're into Lua:
```
2017-07-23 16:33:46 +02:00
sendMessageGeoLocationAction={_='sendMessageGeoLocationAction'}
2017-05-28 04:49:19 +02:00
```