it's work, but giving me this error ? why
How can i get the replied message text ?
what's the problem in the line? it's no have error but dont work
The events.DeletedMessage works like events.NewMessage? for example if i'm run @bot.on(events.DeletedMessages()): async def test(event): print(event.raw_text)
How to check "event is channel" ? event.is_channel get groups and channels
how i can get the sender id?