E
E
Ely142021-10-29 17:25:46
Bots
Ely14, 2021-10-29 17:25:46

Is there a tg bot with selective message forwarding?

Good health friends, I wanted to ask if anyone has already come up with a telegram bot that would send messages from the channel to the PM, using filters of certain words?
Suppose there is a PS of each author of the message in the channel at the end of each message, is it possible for the bot to forward the messages of one of the many authors?) Thank you all

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AlexAlex229, 2021-10-29
@AlexAlex229

By means of Telethon you "scan" message.text, if-ohm, preliminary having pushed a name of the author in a variable.
More or less like this

author = "Petya"
if author in message.text:
    #здесь пишешь код, куда пересылать сообщение.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question