mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
708 B
708 B
title | description |
---|---|
sendMessageGeoLocationAction | User sends geolocation |
Constructor: sendMessageGeoLocationAction_17
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', }