... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
30398 مقال 232 مصدر نشط 38 قناة مباشرة 7544 خبر اليوم
آخر تحديث: منذ 0 ثانية

PTI’s Gohar defends Kasim’s UNHRC speech amid government uproar

العالم
Express Tribune
2026/03/26 - 12:16 501 مشاهدة
Pakistan Tehreek-e-Insaf (PTI) Chairman Barrister Gohar Ali Khan on Thursday defended a speech delivered by party founder Imran Khan’s son, Kasim Khan, at the United Nations Human Rights Council (UNHRC), criticising the government’s uproar over it as being “unwarranted”. A day ago, Kasim urged the UNHRC to intervene and press the government for the immediate release of his father. Information Minister Attaullah Tarar accused the PTI and Imran’s sons of acting against Pakistan’s national and economic interests today, alleging efforts to damage the country’s global standing and stability after the UNHRC speech. Responding to Tarar, Gohar told private media outlets that the efforts of Imran's sons for their father were “non-political” and should not be made controversial. “Ata Tarar has tried to create controversy around Kasim’s speech and has adopted an inappropriate tone against PTI and the children, which I strongly condemn,” he said. Gohar added that it was already on record that the PTI and Imran's family had clearly stated that any efforts for his release would be carried out within the framework of the Constitution and the law. “PTI is not waiting for any external force for Imran’s release,” he said. He noted that Imran had been imprisoned for three years and was facing restrictions, including limited access to family and medical facilities. “In such a situation, it is the duty of his children to raise their voice for their father’s release. What his children have said is not wrong,” Gohar said. Citing international concerns, Gohar said reports by the United Nations human rights bodies and other independent actors in Pakistan had already highlighted the conditions of Imran’s detention. He further clarified that the speech in question was broadcast live and did not contain any remarks against Pakistan’s status for the European Union's Generalised Scheme of Preferences Plus (GSP Plus) trade scheme. “Not a single word was spoken against Pakistan and its GSP Plus,” he said. Gohar also questioned the government, urging the information minister to provide details regarding past engagements. “I would ask the federal minister to explain what was in Volume 10 and to share details of the meetings held in Murree, which have not been disclosed to this day,” he said. He alleged that statements by government officials had previously been used against Pakistan in international forums, including the International Court of Justice, but the government had not issued any clarification on them so far. “At a time when Pakistan is facing a war-like situation and regional tensions are high, we are trying to set aside our differences and think about the country,” Gohar said. “In such a situation, making these matters controversial reflects a pattern of actions that have not served Pakistan’s interests,” he added.
مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 56772; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 56772; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤