This article was co-authored by wikiHow staff writer, Kyle Smith. Kyle Smith is a wikiHow Technology Writer, learning and sharing information about the latest technology. He has presented his research at multiple engineering conferences and is the writer and editor of hundreds of online electronics repair guides. Kyle received a BS in Industrial Engineering from Cal Poly, San Luis Obispo.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 272,271 times.
Learn more...
Trying to send a code snippet to someone over Telegram? You can easily send code examples by using the backtick ` markdown character. This wikiHow guide shows you how to send preformatted code in a Telegram message on a Windows or macOS computer.
Sending Code on Telegram
- Type ``` at the beginning and end of the code text to format it as a code snippet.
- This will maintain the code's formatting, which is great for sending code examples.
- Alternatively, use Formatting > Monospace to format the code as monospace font.
Steps
-
Type ```. Typing this syntax in your Telegram chat will allow you to format text as a code snippet. To keep the code in an easy-to-read format, you'll need to add three ` (backticks) at its beginning and end. There's no need to add a space.[1]
-
Copy and paste the code after the backticks. To do so:
- Press Ctrl+C (Windows) or ⌘ Cmd+C (macOS) to copy a highlighted section of code.
- Switch to the Telegram chat you want to paste the code into.
- Press Ctrl+V (Windows) or ⌘ Cmd+V (macOS). This pastes the copied code into the typing area.
Advertisement -
Type ```. You should now have a set of three backticks at both ends of the code.[2]
-
Press ↵ Enter or ⏎ Return. The code will now appear in the conversation in its original format.
- As an alternative to using backticks, you can format the text as monospace, a popular font style for code. Note that this won't preserve the code's indent formatting. To make Telegram text monospace:
- Highlight the code.
- Select Formatting > Monospace.
- Or, press Ctrl+⇧ Shift+M (Windows) or ⌘ Cmd+⇧ Shift+M (macOS).
- As an alternative to using backticks, you can format the text as monospace, a popular font style for code. Note that this won't preserve the code's indent formatting. To make Telegram text monospace:
Expert Q&A
Tips
About This Article
1. Copy the code.
2. Open Telegram.
3. Select a conversation.
4. Click the Write a message box.
5. Type ```.
6. Paste the code.
7. Type ```.
8. Press Enter or Return.