Bot not detecting SPAM. new_chat_members chat_member chat_join_request #433
Replies: 8 comments 19 replies
-
|
@ortegafernando Here you can read what message types are available. The lower layer lib could probably swallow some... |
Beta Was this translation helpful? Give feedback.
-
|
@ortegafernando the lower layer lib provides the following: |
Beta Was this translation helpful? Give feedback.
-
|
The following updates are missing and may be added in the next verison
--> not relevant for this discussion |
Beta Was this translation helpful? Give feedback.
-
|
Do you use polling or webhook |
Beta Was this translation helpful? Give feedback.
-
|
@ortegafernando with the next update you can enable this and get all raw updates received from the telegram server
|
Beta Was this translation helpful? Give feedback.
-
|
@ortegafernando Version 17.1.3 If you find updates from your bot from chats the bot should never be in... then you can make it leave from that chat via |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have taken one. Even I have banned and kick off her, in the update "log" I can't not get more messages than these: The previous one is: No more messages... 🤷♀️, no new_chat_members.... this is very strange, isn't it? But may be I am doing something wrong. I get all messages from my bot, and in a json node (Always convert to json string) I convert payload to json in order to save it in a log file. May be I am losing some messages this way. But I think that all your updates messages have payload, so JSON NODE is working perfectly. I make with log file, because it is dificult to be "online" with debug nodes to take the spam message. May be this weekend I could get an spam message in my debug nodes "on-live". I will write here if I get success. |
Beta Was this translation helpful? Give feedback.
-
|
The type ‚update‘ is the lowest possible message in the stack that you can get. If the telegram server does not send any other messages, then I assume that somebody who is already a member of that chat found somehow a way to send messages under a different name. Yes that is strange. Maybe it would be a good idea to contact the telegram guys asking them for their help. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have telegrambot as an admin in several telegram groups. I used to easily detect when someone wanted to join the group and ask him/her typical captch questions before let her/him join in or ban her/him for a while.
But now, with some very special spammers… there’s no way. I only know they’re premium, but none of these three events “fires” like before:
Of course, meanwhile, "normal" users are "detected" perfectly.
These new spammers become undetectable for me. Of course, the error is hard to reproduce.
Does anyone know how these spammers manage to make Telegram not trigger these events?
Any solution, key, ... to solve this? (as you can see, they usually changes the message)
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions