1

I'm maintaining a group on Telegram. There is one user who keeps joining and leaving the group, I'm not even sure this is an account or what it is. I can't even send any personal messages. I'm using below-mentioned code to see the new chat participant data.

if ($message['new_chat_participant']) {
}

Here is the link of a screenshot when I try to Personal Message this person:

Image

Wahyu Kristianto
  • 8,719
  • 6
  • 43
  • 68
  • 1
    This feels more like a question about the Telegram software than about the programming interface. –  Aug 06 '18 at 04:00
  • Actually, I want to interact with this anonymous user and delete the service message sent by Telegram "____ joined the group". Normally when a new user joins the group it has a value for new_chat_participant. When this anonymous user join the group it has no new_chat_participant value. – Zeeshan Muhammad Aug 06 '18 at 06:08
  • so you have a bot and it gets the service message as update? did you try to just delete it? – Thorbijoern Aug 17 '18 at 09:22

1 Answers1

-1

Like the client clearly says it's a deleted account... you can't send messages to it, because it basically doesn't exist (anymore). also they shouldn't join groups... your question is here clearly out of place and we can't help you here, you should ask the Telegram Support (Telegram Settings > Ask a Question).

Thorbijoern
  • 356
  • 2
  • 11