Track telegram messenger client

1k views Asked by At

For administrative purposes, I think it might be dangerous if you build a messenger with absolutely no administration whatsoever.

Unfortunately the Telegram API does not allow you to view any chat logs so if someone breaks any applicable law then I would not be able to lead an investigation.

So is there a way to be able to track messages sent through the API by integrating maybe another API in the client code so I can view chat logs and other information for administrative purposes.

Would GCM work? Any project that you know can do this?

1

There are 1 answers

0
ztan On

GCM will work, because you will store your messages in your server, you have control on your server. You can view this helpful tutorial.

You can try to use Parse to store the messages, so you can view the messages in your Parse's application dashboard. Also, Parse is compatible on both Android and iOS, so you can build application in both platforms. You can visit Parse Android Chat tutorial from CodePath.