Hi guys iam using the Telegram Bot as an Remote in my Home.
And i want an Button that send an URL for Example an HA Dashboard URL
At the Moment i use it with Node Red and send it to the Bot my Inline Keyboard looks like that:
{"message": "Switches",
"title": "Living Room",
"target": 'xxxx',
"inline_keyboard":
["-Das Erste,-ZDF,-RTL,-RTL2","-SAT1,-VOX,-PRO7,-Kabel1","-Nitro,-RTL UHD,-Netflix,-Prime"]}
Anyone mybe can tell me how i need to Format an URL Button for that example?
Was reading the Docs but i cant get it to work with Node Red :
here is an Video how i use it . And i just want that when i click one of these Buttons that an url opens.
Thx in Advance