--- 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', ]; ``` Or, if you're into Lua: ``` sendMessageGeoLocationAction_17={_='sendMessageGeoLocationAction', } ```