How to make a hyperlink in telegram without using bots?

前端 未结 8 657
后悔当初
后悔当初 2020-12-24 04:59

How to make a Hyperlink in telegram?
how to make a hyperlink in telegram without the help of bots?

相关标签:
8条回答
  • 2020-12-24 05:07

    Try this link format: https://t.me/[YourUserName]

    I was looking for such a thing, BUT with text in (like the one that WhatsApp got)

    0 讨论(0)
  • 2020-12-24 05:19

    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.

    0 讨论(0)
  • 2020-12-24 05:20

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

    0 讨论(0)
  • 2020-12-24 05:21

    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
    
    0 讨论(0)
  • 2020-12-24 05:23

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

    0 讨论(0)
  • 2020-12-24 05:24

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

    0 讨论(0)
提交回复
热议问题