क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

रिपोर्ट: ईरानी राष्ट्रपति पजशकियान ने सुप्रीम लीडर को इस्तीफा भेजा:इस्लामिक सेना के कंट्रोल से नाराज, कहा- बड़े फैसलों में शामिल नहीं किया जाता

On: जून 1, 2026 6:41 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

ईरान में राष्ट्रपति मसूद पजशकियान ने इस्तीफा दे दिया है। ईरान इंटरनेशनल की रिपोर्ट के मुताबिक, उन्होंने देश के सर्वोच्च नेता आयतुल्लाह मोजतबा खामेनेई को अपना इस्तीफा भेज दिया है। रिपोर्ट में दावा किया गया है कि पजशकियान ने अपनी चिट्ठी में लिखा है कि देश की सत्ता पर अब पूरी तरह इस्लामिक रिवोल्यूशनरी गार्ड कॉर्प्स (IRGC) के कमांडरों का कंट्रोल हो गया है। उन्होंने यह भी कहा कि फरवरी में अमेरिका और इजराइल के साथ युद्ध शुरू होने के बाद से उनकी सरकार को अहम फैसलों की प्रक्रिया से लगभग अलग कर दिया गया है। पजशकियान के मुताबिक, उनकी सरकार को बड़े फैसलों में शामिल नहीं किया जा रहा है और वास्तविक नियंत्रण सैन्य नेतृत्व के हाथों में चला गया है। अभी यह साफ नहीं है कि सर्वोच्च नेता मोजतबा खामेनेई उनका इस्तीफा स्वीकार करेंगे या नहीं। हालांकि, फर्स्टपोस्ट के मुताबिक ईरानी राष्ट्रपति कार्यालय में संचार और सूचना प्रसार विभाग के डिप्टी चीफ सैयद मेहदी तबातबाई ने इस रिपोर्ट को खारिज किया है। पिछले 24 घंटे के 5 बड़े अपडेट्स… ईरान जंग से जुड़े अपडेट्स के लिए नीचे ब्लॉग से गुजर जाइए…

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

इवेंट कैलेंडर:अंतरराष्ट्रीय योग दिवस; गैस सिलेंडर के नए दाम जारी होंगे; विमेंस टी-20 वर्ल्ड कप 2026; जानिए जून में आपके काम की तारीखें

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:बंगाल में आज मंत्रिमंडल विस्तार, 35 नए मंत्री शपथ लेंगे

red and white modern breaking news youtube thumbnail

पेट्रोल, डीजल और ATF पर एक्सपोर्ट ड्यूटी घटी:टॉप-10-कंपनियों में से 7 की वैल्यू ₹1.54 लाख करोड़ गिरी, जून में 11 दिन बैंकों में काम नहीं

red and white modern breaking news youtube thumbnail

‘विनेश फोगाट से मैच का पता चलते ही प्रैक्टिस बढ़ाई’: रेसलर मीनाक्षी बोलीं- पहले ही सोच लिया था, गेम तभी जीतूंगी, जब गलतियां कम करूंगी

red and white modern breaking news youtube thumbnail

देशभर में हीटवेव खत्म, बारिश से तापमान में गिरावट:राजस्थान के जैसलमेर में रेतीला तूफान; उत्तराखंड के चंपावत में नदी में फंसे 50 लोगों का रेस्क्यू

red and white modern breaking news youtube thumbnail

देशभर में हीटवेव खत्म, बारिश से तापमान में गिरावट:राजस्थान के जैसलमेर में रेतीला तूफान; उत्तराखंड के चंपावत में नदी में फंसे 50 लोगों का रेस्क्यू

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });