1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/docs/API_docs/constructors/sendMessageGeoLocationAction_17.md
2017-07-23 16:33:46 +02:00

705 B

title description
sendMessageGeoLocationAction User sends geolocation

Constructor: sendMessageGeoLocationAction_17

Back to constructors index

User sends geolocation

Attributes:

Name Type Required Description

Type: SendMessageAction

Example:

$sendMessageGeoLocationAction_17 = ['_' => 'sendMessageGeoLocationAction'];

PWRTelegram json-encoded version:

{"_": "sendMessageGeoLocationAction"}

Or, if you're into Lua:

sendMessageGeoLocationAction_17={_='sendMessageGeoLocationAction'}