3 185
Subscribers
-224 hours
-217 days
-10130 days
Posts Archive
3 185
هذا ابن كحبه همه هذول سنه سوريا انكس من اليهود بشار راجع ينيج خواتكم حفظ الله بشار وشيعه
3 185
وعلي بشار الاسد وماهر موجودين راح يرجعون ينيجون خواتهم صفح هاي الايام من يرجعون يخلون البراميل تمطر عليهم خليهم متونسين كم شهر بالحكم من انعل ابوكم لابو الجولاني لابو شكو سني سوري نكس مثلكم درع الساحل لكم بالمرصاد 🤣.
3 185
هسه هذا شنو ذنبه زلم زربه مايدرون حكمهم مايدوم شهرين بعد.
http://103.171.175.27:8080/watch/67cc285e1655cba58d65bf66
3 185
كود يغادر القنوات بحسابك.
import telethon.sync
import os
import asyncio
from telethon.tl.functions.channels import LeaveChannelRequest
async def leave_channels():
async with telethon.TelegramClient('V26', 21542457, '1fe0f7dab2b60a91e897b531c425b286') as client:
await client.start()
os.system('clear')
dialogs = await client.get_dialogs()
for dialog in dialogs:
if dialog.is_channel:
try:
await client(LeaveChannelRequest(dialog.id))
print(f"- تم مغادرة القناة: {dialog.name}")
except Exception as e:
print(f"- اكو مشكلة بمغادرة {dialog.name}: {e}")
print("✓ تم مغادرة جميع القنوات بنجاح.")
asyncio.run(leave_channels())
3 185
كود يغادر القنوات
import telethon.sync
import os
import asyncio
from telethon.tl.functions.channels import LeaveChannelRequest
async def leave_channels():
async with telethon.TelegramClient('V26', 21542457, '1fe0f7dab2b60a91e897b531c425b286') as client:
await client.start()
os.system('clear')
dialogs = await client.get_dialogs()
for dialog in dialogs:
if dialog.is_channel:
try:
await client(LeaveChannelRequest(dialog.id))
print(f"- تم مغادرة القناة: {dialog.name}")
except Exception as e:
print(f"- اكو مشكلة بمغادرة {dialog.name}: {e}")
print("✓ تم مغادرة جميع القنوات بنجاح.")
asyncio.run(leave_channels())