ANSI Escape Sequences Standard escape codes are prefixed with Escape: Ctrl-Key: ^[ Octal: \033 Unicode: \u001b Hexadecimal: \x1B Decimal: 27
Embed YouTube Video in Markdown File Markdown style [](https://youtu.be/nTQUwghvy5Q) HTML style <a href="http://www.youtube.com/watch?feature=player_embedded&v=nTQUwghvy5Q" target="_blank">
Here are some examples on how to use Telegram bot api via CURL Prerequisites For getting messages in private chat with bot Create a bot using @BotFather, get it's token Start conversation with bot Run following curl command curl https://api.telegram.org/bot/getUpdates | grep -Po '"from":{"id":.+?,'