有没有办法将消息附加到 tg:// 处理程序 url 以获取网页上的电报链接?

Is there a way to attach a message to a tg:// handler url for telegram links on webpages?

使用 link:

tg://resolve?domain=用户名1

它显示了一个弹出窗口,用于在电报中向此人发送消息,但是是否有一个参数可以将消息附加到此处理程序?似乎真的没有任何文档。

正如我在之前的 answer 中所描述的,关于 Telegram URI 方案 几乎找不到任何东西,除了一些提要是人们抱怨它有自更新以来已损坏;

  1. 这个 表示 tg://msg?text=your MsG!" 只适用于 IOS。下面有评论说它也适用于android

  2. Twitter conversation,Telegram 说 msg? 应该可以,但很快就会有更好的东西

  3. Telegram IOS github issue
  4. Telegram URI Scheme Helper
  5. reddit post from 1 year ago, but they only shared the 'source file' 不显示类似 ?msg=.
  6. 的内容

不幸的是,Telegram 停止了对 Twitter 对话的响应,直到现在还没有关于此的真实文档。