I want to make a link button in Telegram browser, how should I a path follow e.g
token="xxx"
url=f"https://api.telegram.org/bot{token}/sendMessage"
data={"chat_id": f"{chat_id}","text":f"""
Konum: https://maps.google.com/?q=37.335637,40.705739&ll=37.335637,40.705739&z=8
"""}
requests.post(url,data).json()
I hope I explained, thanks in advance