if(!file_exists('Left_All_Channel.txt')){ file_put_contents('Left_All_Channel.txt', ''); } if((time() - filectime('Left_All_Channel.txt')) > 864000){ unlink('Left_All_Channel.txt'); $all = yield $MadelineProto->get_dialogs(); foreach ($all as...