Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
807 stars 341 forks source link

clear history chat #182

Closed hosseindavoudi closed 4 years ago

hosseindavoudi commented 5 years ago

hi thanks for your excellent codes. this is my issue: how can i clear all messages in chat ?

rezamh67 commented 5 years ago

hi this is my problem. how can i clear all messages in chat ?

Mohsen322 commented 5 years ago

guys you cannot clear all messages in chat in normal just should save all messages idis and delete their with loop later

Eleirbag89 commented 5 years ago

guys you cannot clear all messages in chat in normal just should save all messages idis and delete their with loop later

I think you can only delete the bot messages this way, not also the user's messages.

Mohsen322 commented 5 years ago

No it can be used for all messages, if bot is an admin and has delete permission

rezamh67 commented 5 years ago

guys you cannot clear all messages in chat in normal just should save all messages idis and delete their with loop later

Thank you. This method may solve my problem.