Open ZephyrPhrost opened 4 days ago
Hello, is the emoji part supported when parsing markdown?
https://core.telegram.org/bots/api#html-style
e.g: ![👍](tg://emoji?id=5368324170671202286) to <tg-emoji emoji-id="5368324170671202286">👍</tg-emoji>
![👍](tg://emoji?id=5368324170671202286)
<tg-emoji emoji-id="5368324170671202286">👍</tg-emoji>
You will have to create an extension for this. Or check the known extensions to see if someone else made one that will work for you.
Hello, is the emoji part supported when parsing markdown?
https://core.telegram.org/bots/api#html-style
e.g:
![👍](tg://emoji?id=5368324170671202286)
to<tg-emoji emoji-id="5368324170671202286">👍</tg-emoji>