how to make a hyperlink in telegram without bot?

本小妞迷上赌 提交于 2020-01-22 05:10:21

问题


How to make a HyperLink in telegram?
how to make a hyperlink in telegram without bot?


回答1:


As of Telegram Desktop 1.3 you can format your messages and add links.

[Ctrl+K] = create link (https://my.website)

Other useful hotkeys are:

[Ctrl+B] = bold
[Ctrl+I] = italic
[Ctrl+Shift+M] = monospace
[Ctrl+Shift+N] = clear formatting



回答2:


On Telegram Desktop for macOS, the shortcuts differ. You can right-click a highlighted text, then hover over Transformations to see the available options:




回答3:


You can make a hyperlink in Telegram by writing an URL and send the message. Using Telegram Bot APIs you can send a clickable URL in two ways:

Markdown:

[This is an example](https://example.com)

HTML:

<a href="https://example.com">This is an example</a>

In both cases you will have:

This is an example

EDIT: In new version of Telegram clients you can do that, see above answers.




回答4:


In the new desktop versions, you can add hyperlink by pressing ctrl + k and typing links.




回答5:


In telegram desktop use this hotkey: ctrl+K

In android: 1. type your text 2. select it 3. and click on Create Link from its options You can see these steps in this image:




回答6:


For messages to friends - @bold name. NO SPACES! For channels - @markdownrobot, @controllerbot or something else.




回答7:


First make link with @bold bot . Then Copy text and paste it to remove "via @bold"



来源:https://stackoverflow.com/questions/41299085/how-to-make-a-hyperlink-in-telegram-without-bot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!