Skip to content

Deletes your messages for everyone in Public and Private Telegram chats (group chats).

License

Notifications You must be signed in to change notification settings

devilrock111/wipemychat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wipe My Chat

Delete all your messages in public and private chats.


In loving memory of V. Gorban, 1967-2022.


Demo

Usage

GUI mode

  1. Download the release from the Releases page;
  2. Unpack;
  3. Run.

You will need:

  • Telegram API ID
  • Telegram API HASH

The program provides easy to follow instructions on how to get those.

To authenticate, you will use your Telegram Account phone number and the code, that will be sent to you in-app or a text message (SMS).

Batch/Script mode

You can also run the deletion from script. Follow these steps:

  1. Get the list of chat IDs that you want to wipe:
    wipemychat -list
  2. Use the chat IDs with -wipe flag:
    wipemychat -wipe 12345,56789

Licence

GNU Public Licence 3.0, see LICENCE

About

Deletes your messages for everyone in Public and Private Telegram chats (group chats).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 97.7%
  • Makefile 2.3%