Have you accidentally deleted some message, from your private group?
Run the below command in that chat. You can get back the message*.
#recover #recent #action #messages
🥺 @UniBorg
Run the below command in that chat. You can get back the message*.
.eval a = await event.client.get_admin_log(event.chat_id,limit=1, search="", edit=False, delete=True)
for i in a:
await event.reply(i.original.action.message)
#recover #recent #action #messages
🥺 @UniBorg