From 1f1da3ee5d4150d19af1ffce80dcf9d09b760f2b Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Mon, 29 Nov 2021 13:37:11 +0100 Subject: [PATCH] Add disclaimer --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 0fa21af..374da1a 100644 --- a/readme.md +++ b/readme.md @@ -9,3 +9,6 @@ Visit [my.telegram.org](https://my.telegram.org/apps) to get your API ID and API #### License This project is not intended to be published at the time of writing. All rights reserved. + +#### Disclaimer +Running a logging service on Telegram could technically violate their ToS, as all clients are required to delete messages on their endpoint when so requested by either correspondent. This logger obviously ignores such requests. Telegram has no way to tell what the client does with the messages upon receiving them, but please don't be too vocal with it either. This project assumes no responsibility for consequences put forth by Telegram as a result of running it.