How do I write a quote in Telegram like this?
enter image description here
@app.on_message()
async def send_quoted_message(client, message):
await app.send_message(
chat_id=message.chat.id,
text=('> TesT'),
parse_mode='markdown'
)
New contributor
صـوفـಿـي M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.