Skip to content

Instantly share code, notes, and snippets.

@aashutoshrathi
Created December 10, 2018 08:39
Show Gist options
  • Save aashutoshrathi/71f30bc3ff8e89527a73d2abd18d8d5c to your computer and use it in GitHub Desktop.
Save aashutoshrathi/71f30bc3ff8e89527a73d2abd18d8d5c to your computer and use it in GitHub Desktop.
Best way to add Image in Telegram message
you must set ParseMode in HTML and set your Image Url in A tag like this:

<a href="' + image + '">&#8205;</a>

&#8205; -> never show in message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment