JunaidBabu / tdlib-python

Python wrapper for Telegram tdlib
17 stars 5 forks source link

Geo #3

Open sanodin opened 5 years ago

sanodin commented 5 years ago

Hello How to send geolocation? I send the message, does not accept geolocation. thank

sanodin commented 5 years ago

td_send('sendMessage', {'chat_id': xxxxxxx,
'input_message_content': { '@type': 'inputMessageLocation', 'location':{ '@type': 'Location', 'latitude':59.80547555591638,'longitude':30.379251039815593}, 'live_period': '100'}})