DJTommek / better-location

Telegram bot for parsing and generating various of location formats.
https://t.me/BetterLocationBot
MIT License
7 stars 2 forks source link

Telegram message output type Venue #142

Open DJTommek opened 1 month ago

DJTommek commented 1 month ago

Telegram allows sending location in native format, that shows only location, without any other texts, BetterLocation calls this 'Native location'.

There is also possible to send this location as type Venue, which is basically the same as Native location, but it allows set title and description.

Example screenshot from Windows 11, official Telegram client 5.2.3 ![image](https://github.com/user-attachments/assets/86fb6a47-abea-41d7-bbf2-27e3ac2e5fab)
Example screenshot from Android 14, Plus Messenger 10.14.5.0 (21090) ![image](https://github.com/user-attachments/assets/da63fdde-2a57-4fe9-8aad-96186d96ef5f)

Inspired by @tMapBot.

Todo

Technical details