Home Assistant and Eufy and Telegram

Hello,

I have one question: I want to get a clickable link to my eufy app in a message which is send to Telegram. Just I have this:

- action: telegram_bot.send_photo
        data:
          target: "{{ tg_target }}"
          url: "{{ img_url }}"
          caption: "{{ caption }}"
          inline_keyboard:
            - "📺 Open Eufy app:/eufy_live"

Is that possible or is that not possible?