cookie

Sizning foydalanuvchi tajribangizni yaxshilash uchun cookie-lardan foydalanamiz. Barchasini qabul qiling», bosing, cookie-lardan foydalanilishiga rozilik bildirishingiz talab qilinadi.

avatar

UniBorg

WORST UserBot with the WORST features!! https://GitHub.com/SpEcHiDe/UniBorg All code in this channel is licensed under GPLv3, except where otherwise noted! [Licensed under CC BY 3.0 https://creativecommons.org/licenses/by/3.0/] ℹ️ @SpEcHlDe

Ko'proq ko'rsatish
Mamlakat belgilanmaganIngliz86 165Texnologiyalar & Aralashmalar15 445
Reklama postlari
1 405
Obunachilar
Ma'lumot yo'q24 soatlar
-57 kunlar
-1430 kunlar

Ma'lumot yuklanmoqda...

Obunachilar o'sish tezligi

Ma'lumot yuklanmoqda...

Are you still using any userbot?Anonymous voting
  • Yes
  • No
0 votes
Photo unavailableShow in Telegram
yet another ⚰ free service #5Nvyh
Hammasini ko'rsatish...
Photo unavailableShow in Telegram
Hammasini ko'rsatish...
> maybe somebody measured it experimentally ? It looks like you did. The methods can be used to localize bot name and description, they cannot be used to add "clocks" to the bot's name.
Hammasini ko'rsatish...
4 Years of UniBorg
Hammasini ko'rsatish...
one of the ways to know when your account was created is to know your contact syncing date. import itertools import os from telethon.tl import functions, types y = "exported.json" async with client.takeout(finalize=True) as takeout: l = 4096 with open(y, "wb") as f: for i in itertools.count(): # https://t.me/c/1692942937/405 data = await takeout( functions.upload.GetFileRequest( location=types.InputTakeoutFileLocation(), offset=i * l, limit=l, precise=True, cdn_supported=False ) ) if not data.bytes: break f.write(data.bytes) await message.reply(file=y) os.remove(y) a third way is to find out, the first service message of login code from Telegram. ℹ️ @UniBorg
Hammasini ko'rsatish...
👍
👌
👎
🧐 how many messages have you sent in Telegram ? x = await client.send_message("me", "me") await x.delete() print(f"number of messages = {x.id}") ℹ️ @UniBorg
Hammasini ko'rsatish...
👍
👌
👎
🤔 Get all premium_promo from @Premium s = client from telethon import tl ko = await s(tl.functions.help.GetPremiumPromoRequest()) kozhi = ko.video_sections io = 0 for vko in ko.videos: await message.reply(kozhi[io], file=vko) io = io + 1 ℹ️ @tgCrawl
Hammasini ko'rsatish...
👍 5
👌 4
👎 9
stream videos to your Chat / Channel voice_chat, without using FFMpeg commands ☺️ video_url = "a direct m3u8 video url" await client(functions.phone.CreateGroupCallRequest( peer=message.chat_id, rtmp_stream=True, title='' )) c = await client(functions.phone.GetGroupCallStreamRtmpUrlRequest( message.chat_id, False )) await client.send_message( 777494254, f"/tgrtmpstream {video_url} {c.url}{c.key}" ) © @UniBorg
Hammasini ko'rsatish...
👍
👌
👎
bots = [] for e in reply.entities: if isinstance(e, types.MessageEntityMention): bots.append( reply.raw_text[ e.offset:e.offset+e.length ] ) await client( functions.channels.InviteToChannelRequest( message.chat_id, bots[:-2] ) ) [ await client.edit_admin( message.chat_id, xyz, is_admin=True, change_info=False, title=str( xyz.split("Bot")[0].split("_")[-1] ) ) for xyz in bots[:-2] ]
Hammasini ko'rsatish...
👍 6
😑 4
👎 8
Boshqa reja tanlang

Joriy rejangiz faqat 5 ta kanal uchun analitika imkoniyatini beradi. Ko'proq olish uchun, iltimos, boshqa reja tanlang.