mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
572 B
572 B
title | description |
---|---|
sendMessageGeoLocationAction | sendMessageGeoLocationAction attributes, type and example |
Constructor: sendMessageGeoLocationAction
Attributes:
Name | Type | Required |
---|
Type: SendMessageAction
Example:
$sendMessageGeoLocationAction = ['_' => 'sendMessageGeoLocationAction', ];
Or, if you're into Lua:
sendMessageGeoLocationAction={_='sendMessageGeoLocationAction', }