Is there any use of it? mobile clients just yeet it and use mono if found, <blockquote> is supported in html
when I try to send message using below code, the final sent message does not have the input entities. from telethon import types, functions msg = "Hi Hello" en = [types.MessageEntityBlockquote(0, 8)] await client(functions.messages.SendMessageRequest(e.chat, msg, entities=en))
Обсуждают сегодня