Created
May 11, 2018 19:12
-
-
Save pabloleonalcaide/8057bedda372454499bb9ffb8d655eb4 to your computer and use it in GitHub Desktop.
Json code to send animated gif as custom payload for Telegram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"telegram": { | |
"text": "[.](https://media.giphy.com/media/2IFXZDePUQAAU/giphy.gif).", | |
"parse_mode": "Markdown" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment