Answer the question
In order to leave comments, you need to log in
How to react to user message in telethon group?
Hello! I'm learning telethon and ran into a problem: how can I reply to a text from a chat (For example: "Hi, human bot!")
I know about the function:
await message.reply('Hi!')
Answer the question
In order to leave comments, you need to log in
await event.reply('Some text')
await client.send_message(entity: chat, 'text')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question