en9inerd / tgeraser

Tool to delete all your messages from chat/channel/conversation on Telegram without requiring admin privileges
MIT License
28 stars 6 forks source link

Удалить все сообщения (везде) кроме личных #7

Closed MANCrimSon closed 1 year ago

MANCrimSon commented 1 year ago

Подскажите пожалуйста, какой командой я могу удалить все сообщения (везде) кроме личных?

en9inerd commented 1 year ago

@MANCrimSon there is no such option/argument to exclude Saved Messages if you mean this. To delete ALL messages from all chats/channels/dialogs that you have in dialog list you can use -w --wipe-everything option/argument, I'm not sure if it works properly since I didn't test this for a long time but you can try.

MANCrimSon commented 1 year ago

@en9inerd I need to delete all messages except for personal conversations. The -w command deletes personal conversations as well.

en9inerd commented 1 year ago

@MANCrimSon I just released new version with improvements, let me know if tgeraser -w -entity-type chat works. Also you can use tgeraser -w -entity-type chat && tgeraser -w -entity-type channel to delete all messages from all chats and all posts from all your channels

MANCrimSon commented 1 year ago

@MANCrimSon I just released new version with improvements, let me know if tgeraser -w -entity-type chat works. Also you can use tgeraser -w -entity-type chat && tgeraser -w -entity-type channel to delete all messages from all chats and all posts from all your channels

Everything is working, just need --entity-type. For example, I input it like this: tgeraser session 12345 -w --entity-type channel. Thank you.