--- title: sendMessageGeoLocationAction description: sendMessageGeoLocationAction attributes, type and example --- ## Constructor: sendMessageGeoLocationAction\_17 [Back to constructors index](index.md) ### 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'} ```