Telegram – Telethon client doesn`t send premium emojies
I need to send a message with premium emoji to a given entity using Telethon client. Telegram account connected to client has active premium subscription. Below is my python code: await client.send_message( entity="me", message='<tg-emoji emoji-id="5301096984617166561">☝️</tg-emoji>', parse_mode="html" ) When I run…