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

708 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', }