We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: