mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:54:39 +01:00
475 B
475 B
title | description |
---|---|
sendMessageGeoLocationAction | sendMessageGeoLocationAction attributes, type and example |
Constructor: sendMessageGeoLocationAction
Type: SendMessageAction
Example:
$sendMessageGeoLocationAction = ['_' => 'sendMessageGeoLocationAction', ];
Or, if you're into Lua:
sendMessageGeoLocationAction={_='sendMessageGeoLocationAction', }