⁉️Auto Reaction Bjs
👀Command: *
var myEmoji = ["👍", "👎", "❤", "🔥", "🥰", "👏", "😁", "🤔", "🤯", "😱", "🤬", "😢", "🎉", "🤩", "🤮", "💩", "🙏", "👌", "🕊", "🤡", "🥱", "🥴", "😍", "🐳", "❤🔥", "🌚", "🌭", "💯", "🤣", "⚡", "🍌", "🏆", "💔", "🤨", "😐", "🍓", "🍾", "💋", "🖕", "😈", "😴", "😭", "🤓", "👻", "👨💻", "👀", "🎃", "🙈", "😇", "😨", "🤝", "✍", "🤗", "🫡", "🎅", "🎄", "☃", "💅", "🤪", "🗿", "🆒", "💘", "🙉", "🦄", "😘", "💊", "🙊", "😎", "👾", "🤷♂", "🤷", "🤷♀", "😡"]
var doEmoji = myEmoji[Math.floor(Math.random() * myEmoji.length)];
HTTP.post({
url: "https://api.telegram.org/bot" + bot.token + "/setMessageReaction",
body: {
chat_id: request.chat.id,
message_id: request.message_id,
reaction: JSON.stringify([
{
type: "emoji",
emoji: doEmoji,
is_big: true
}
])
}
});
👌1😘1
New Temporarily Mail Bot Has Been Added With Updated Api ✅
🤖 Example Bot>> @Minerbjs_bot
❤️🔥 Bot To Claim>> @DarkBjsBot
Give Reaction 🥲
🤖 Example Bot>> @Minerbjs_bot
❤️🔥 Bot To Claim>> @DarkBjsBot
Give Reaction 🥲
👏1💯1😘1
Flex Coder
🧑💻 Hᴏᴡ Tᴏ Mᴀᴋᴇ Bᴏᴛs Bʏ Eᴀsʏ Mᴇᴛʜᴏᴅ !! 📌 Nᴏʙᴏᴅʏ Asᴋ Hᴏᴡ Tᴏ Lᴇᴀʀɴ Cᴏᴅɪɴɢ Aɴᴅ Aʟsᴏ Nᴏᴛ Gɪᴠɪɴɢ Fʀᴇᴇ Cᴏᴅᴇs Bᴜᴛ Bᴜᴛ Bᴜᴛ Nᴏᴡ I Aᴍ Lᴀᴜɴᴄʜɪɴɢ Nᴇᴡ Bᴏᴛ Gɪᴠɪɴɢ Yᴏᴜ Fʀᴇᴇ Cᴏᴅᴇs 📩 Tʜɪs Bᴏᴛ Gɪᴠᴇ Cᴏᴅᴇs , Yᴏᴜ Cᴀɴ Aʟsᴏ Asᴋ Hᴏᴡ Tᴏ Mᴀᴋᴇ Bᴏᴛ Gɪᴠᴇ Sᴛᴇᴘs Aɴᴅ Bᴏᴛ Gɪᴠᴇs Aʟʟ Sᴛᴇᴘs…
Use Bot Like :
/bb Then Your Questions
/tbc Then Your Questions
🥰2👍1🎉1
Join Promotion Chat 💭
Here Promo Your Social Media Post & Support Other, Get Support 📫
⛓️ Link: https://t.me/+CTCMtdJyMjUxMjM1
🥰1🎉1🙏1
I Am Making Bot, Which Is Going To Include Various Api & These Bot Will Be Update Day By Day. So Many Features & Api Will Be Add
Be Ready To Launch It 🥰
Be Ready To Launch It 🥰
🥰2🔥1🎉1
🗑️ Delete Previous Message Of Bot By Code
⚡Command:
⚡Command:
Add Above Your Code
if (request.data) {
var message_id = request.message.message_id
var chat_id = request.message.chat.id
Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
}
❤1🥰1🤔1🎉1🕊1😘1
Ready For Giveaway 🤔 (Price= Random Image Generator With Api)?
Give 8 Reaction To Start 💖
Give 8 Reaction To Start 💖
👍2🥰2👏2🎉2
Flex Coder
Ready For Giveaway 🤔 (Price= Random Image Generator With Api)? Give 8 Reaction To Start 💖
Jaldi Reaction Dedo 😁
❤1🔥1👏1🎉1
🔔 New User Notifications.
💓 Command:
As Per You
var hh = ""
if (!User.getProperty("UserDone")) {
User.setProperty("UserDone", true, "boolean")
Libs.ResourcesLib.anotherChatRes("status", "global").add(1)
Api.sendMessage({
chat_id: 1234567890,//admin telegram id here
text:
"➕ <b>New User Notification</b> ➕\n\n👤<b>User:</b> <a href='tg://user?id=" +
user.telegramid +
"'>" +
user.first_name +
"</a> " +
hh +
"\n\n🆔<b> User ID :</b> <code>" +
user.telegramid +
"</code>\n\n🌝 <b>Total User's Count: " +
Libs.ResourcesLib.anotherChatRes("status", "global").value() +
"</b>",
parse_mode: "html",
disable_web_page_preview: true
})
}
😘3👍1🔥1😁1🎉1
📧 Sent Bot Via Group Of Users.
☣ BJS:-
☣ BJS:-
if (message.includes("@gmail.com")) {
function validateEmail(email) {
var re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
return re.test(String(email).toLowerCase())
}
if (!validateEmail(message)) {
Bot.sendMessage("*❌ Invalid Email.*", { is_reply: true })
return
}
BBAdmin.installBot({
email: message,
bot_id: bot.id,
as_protected: false
})
Bot.sendMessage("✅", { is_reply: true })
return
}
❤2👍1🎉1🤩1
Good Morning Dosto 🤗,
Sorry I Didn't Make Bot From 2-3 Day & Posted Only Code On Channel. I Was Busy From School Studies & Some Work 😥
I Was Work On Api, That You Can Use Mine Api And Make Nice Bot 😉
Regards,
ROCODER
Sorry I Didn't Make Bot From 2-3 Day & Posted Only Code On Channel. I Was Busy From School Studies & Some Work 😥
I Was Work On Api, That You Can Use Mine Api And Make Nice Bot 😉
Regards,
ROCODER
🎉3❤2👍1🥰1😁1
Let I Make Bot, Suggest Me Bot Should I Make In Comment With Example Bot 👇
🎉2👍1🔥1😁1
👍1👏1🎉1😘1
Flex Coder
Let I Make Bot, Suggest Me Bot Should I Make In Comment With Example Bot 👇
Or Bi Bot Comment Mein Bolo 👇
🥰1🎉1👌1
Send Request On Channel & Get Bot 😁
⛓️ Link: https://t.me/+E5v2WO9rjUMwNTM9
If Already Sended Then Send Bot Business Mail ✅
Msg To @Rocoder_Owner With Bot Business Mail
⛓️ Link: https://t.me/+E5v2WO9rjUMwNTM9
If Already Sended Then Send Bot Business Mail ✅
Msg To @Rocoder_Owner With Bot Business Mail
❤2⚡1👍1🎉1