Skip to content
New issue

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

Support Telegram Emoji HTML #3536

Closed
ZephyrPhrost opened this issue Nov 13, 2024 · 1 comment
Closed

Support Telegram Emoji HTML #3536

ZephyrPhrost opened this issue Nov 13, 2024 · 1 comment

Comments

@ZephyrPhrost
Copy link

ZephyrPhrost commented Nov 13, 2024

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>

@UziTech
Copy link
Member

UziTech commented Nov 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@UziTech @ZephyrPhrost and others