I am currently using telebot but I am open to other things.
and can I also filter so it only reacts if it is from a specific user (not necessary).
example:
import telebot
if message == "Thank you"
print("received message")
doing something…….
I am currently using telebot but I am open to other things.
and can I also filter so it only reacts if it is from a specific user (not necessary).
example:
import telebot
if message == "Thank you"
print("received message")
doing something…….
2
Answers
so what I did was the following, I did not use telebot or any telegram api
i used beautifulsoup to web scrape the time of the last message send. it looks something like this:
hope this helps, feel free to ask questions if you have them.
Read the docs and possibly share your code for helpful clarifications.