VIP KODLAR
749 subscribers
139 photos
27 videos
8 files
131 links
👨‍💻 Takliflar boʻlsa: t.me/vip_kodlar?direct
✉️ Murojaat boʻlsa: @AsilbekCoderBot
🤖 Asosiy bot: @VipKodBot

👥 Muhokama boʻlsa: @vip_kodlar_chat
Download Telegram
@BelgilaBot sinab koʻringlarchi

🐶 Professional keyboard edit
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
254422111
Asilbek Coder
Photo
Shaxmat ham qoʻshildi 🔄

Ikki kishilik inlineda bo'lmaydi chunki inline_query tugmada premium emoji ishlamaydi

@BelgilaBot bug boʻlsa aytinglar
Please open Telegram to view this post
VIEW IN TELEGRAM
25432221
Media is too big
VIEW IN TELEGRAM
284322211
Asilbek Coder
Shaxmat ham qoʻshildi 🔄 Ikki kishilik inlineda bo'lmaydi chunki inline_query tugmada premium emoji ishlamaydi @BelgilaBot bug boʻlsa aytinglar
Anchadan beri 🙂 da kod yozmaganimga ko'p narsa o'zgarib ketdimi? (oldin host/server panelida kod yozardim)

Men yozmoqchi bo'lgan kodni mendan oldin yozishni taklif qilyapti

+ tomoni tezroq kod yozasiz
- tomoni mantiqiy fikrlashingizni kamaytirishi mumkin
Please open Telegram to view this post
VIEW IN TELEGRAM
27642221
Forwarded from BotNews
Bot API 9.6

🦀 Managed Bots
Manager bots are used to bootstrap and control other bots on behalf of their owners – easily orchestrating any number of AI agents, Business Accounts and custom tools.
• Out of the box, manager bots can prompt users to create a bot in one tap and easily fetch their token to start piloting them.

📊 Poll Revolution
• Polls now support multiple correct answers, re-issuing votes, hidden results and richly formatted descriptions.
• Poll options now have persistent ids and can be shuffled or dynamically added by users.
• Bots can now additionally reply to a specific poll option.

General
• Mini Apps can now natively request users, chats and managed bots in one tap via prepared keybord buttons.
• Expanded support for date and time entities in checklists, quotes and gift texts.

• And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#april-3-2026
Please open Telegram to view this post
VIEW IN TELEGRAM
264422211
Asilbek Coder
create a bot
📚 Agent bot yaratish

❤️ Agentni yoqish:
t.me/BotFather?startapp > MyBot > Bot Settings > Bot Management Mode 🎚️

🔗Link orqali yaratish: t.me/newbot/vipkodbot/vip_kod_df43fe?name=vip_bot

⛱️ Tugma orqali yaratish: https://t.me/VIP_KODLAR/448

🥋 Agent bot qulayliklari:
Asosiy bot sizga multi bot yaratishga yordam beradi siz oson va tez bot yaratasiz bot boshqaruvi asosiy botda ham sizda ham bo'ladi MakerBot CloneBot vahokazo botlar uchun ancha qulay funksiya
Please open Telegram to view this post
VIEW IN TELEGRAM
2754322
Asilbek Coder
📚 Agent bot yaratish ❤️ Agentni yoqish: t.me/BotFather?startapp > MyBot > Bot Settings > Bot Management Mode 🎚️ 🔗Link orqali yaratish: t.me/newbot/vipkodbot/vip_kod_df43fe?name=vip_bot ⛱️ Tugma orqali yaratish: https://t.me/VIP_KODLAR/448 🥋 Agent bot qulayliklari:…
🎚️ Tugma bilan agent bot yaratish kodi

🆕 Yangi o'zgaruvchilar:
$mb_created = $message->managed_bot_created;
$mb_id = $mb_created->bot->id;
$mb_name = $mb_created->bot->first_name;
$mb_username = $mb_created->bot->username;


🤖 Bot yaratilganda asosiy botga xabar berish:
if($mb_created){
    $newToken = bot('getManagedBotToken', [
        'user_id' => $mb_id,
    ])->result;
$mb_nameh = htmlspecialchars($mb_name, ENT_QUOTES, 'UTF-8');
    bot('sendMessage', [
        'chat_id' => $chat_id,
        'reply_to_message_id' => $message_id,
        'text' => "<tg-emoji emoji-id='5372981976804366741'>🤖</tg-emoji> Yangi $mb_nameh @$mb_username yaratdingiz <tg-emoji emoji-id='5206607081334906820'>✔️</tg-emoji>",
        'parse_mode' => "html",
        'reply_markup' => json_encode([
            'remove_keyboard' => true,
        ])
    ]);
}


🤖 Yangi bot yaratish:
if($text == "/newbot"){
    $addbot = [
        "request_id"=>rand(10000,999999),
        "suggested_name"=> "Bot nomi",
        "suggested_username"=> "dfgserqereth",
    ];
    $mid = bot('sendMessage', [
        'chat_id' => $chat_id,
        'parse_mode' => 'html',
        'text' => "<b><tg-emoji emoji-id='5372981976804366741'>🤖</tg-emoji> Bot ochish uchun quyidagi (Bot yaratish) ni bosing <tg-emoji emoji-id='5406745015365943482'>⬇️</tg-emoji></b>",
        'reply_markup'=>json_encode([
            'resize_keyboard'=>true,
            'keyboard'=>[
                [['text'=>"Bot yaratish 🤖","request_managed_bot"=>$addbot, "style"=> "primary", 'icon_custom_emoji_id'=> 5274008024585871702]],
            ]
        ]),
    ]);
}

📰Qo'shimcha: Bu faqat request tugmada ishlaydi. Asosiy bot siz yaratgan multi botni to'liq boshqara oladi botingizga rasm qo'ya oladi nomini biosini vahokazo va hatto tokenini ham o'zgartira oladi replaceManagedBotToken bilan user_id degan joyga bot idsini kiritiladi

🚀Namuna: @VipKodBot
©️Manba: @vip_kodlar
🔧Dasturchi: @Asilbek_Coder
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
2544221111
Forwarded from BotNews
🦀 AI Agents and Bot-to-Bot Communication

Historically, bot-to-bot interaction was restricted on Telegram to prevent infinite message loops.

Starting today, in specific contexts, Bot-to-Bot communication is allowed – unlocking complex agentic flows and AI-powered use cases.

Out of the box, this feature will work in groups and via business mode. To start using it, simply enable the Bot-to-Bot Communication Mode for your bot via @BotFather.

You can reference the full documentation here.
Please open Telegram to view this post
VIEW IN TELEGRAM
2543222
VIP KODLAR
Buni ishlatib koʻrish kerak t.me/BotFather?startapp
Bu funksiyani Biznes ChatBot da sinab ko'rdim (Oddiy botlarda hali test qilyapman)

Endi ChatBot ulangan akauntdagi botlarni xabarini ko'ra oladi javob bera oladi (oldin faqat shaxsiy lichkalarga ishlar edi)

Bu bilan random so'm avto to'lov qilsa bo'ladi oldin faqat userbot da qilinardi endi userbotsiz qilsa bo'ladi (Akauntdan userbot chiqib ketishi userbot ishlamay qolishi kabi muammolar bo'lmaydi)

Extiyot bo'lish kerak akaunt botga xabar yuborsa bot ham shunday xabar yuborsa cheksiz sikl takrorlanishi mumkin bu koddan o'zgartirilmaguncha davom etadi t.me/vip_kodlar_chat/12680
86443221
4113972221
VIP KODLAR
(Oddiy botlarda hali test qilyapman)
Oddiy botlarda "Bot to Bot Communication Mode" yoqilsa faqat file_id ni bitta akauntga tegishli botlar ishlata olishini ko'rdim boshqa o'zgarishni sezmadim

Oldin bitta bot file_id si faqat o'sha botni o'ziga ishlar edi hozir bot ochgan kishini nechta boti bo'lsa hammasida ishlaydi lekin boshqa kishini botida ishlamas ekan

Guruhdagi botlar bir birini xabarini ko'ra olishi menda ishlamayapti kimdadir ishladimi?
28654331
Forwarded from teleLakel
Noticed how Pavel Durov has been more active lately — notices Telegram issues, engaging with users more? 🤔

For example, support for banning userbots in groups that spam reactions is soon — along with removal of all their reactions in the group + Bot API method will be added for this. He mentioned it in replies under a channel post.

Lately, clients have been getting more bug fixes — and more new features are being planned.

Make Telegram more great?


@telelakel
Please open Telegram to view this post
VIEW IN TELEGRAM
2733322
Please open Telegram to view this post
VIEW IN TELEGRAM
521955543
🗽 25 yoshgacha bo‘lgan har kim raqamli erkinliklar haqida insho yozib 100,000 yevro yutib olishi mumkin. 2026-yil Yoshlar Ozodligi Mukofoti senzura, kuzatuv, raqamli ID va CBDC kabi tahdidlardan erkinlikni himoya qilishga tayyor yosh fikr egalari uchun mo‘ljallangan.

Erkinlik uchun kurashing va yutib oling

To‘liq ma’lumot: https://www.libertyprize.org/

Deb post yozdi @Durov

Kim insho yozoladi? (gpt ai siz)
Please open Telegram to view this post
VIEW IN TELEGRAM
25443221
bot orqali stars to’lovi, mmm yangilikmi?
2953321
VIP KODLAR
bot orqali stars to’lovi, mmm yangilikmi?
hamkorlik dasturi ekan exx
2655411