Advanced Bot Codings™
⁉️ New BJS For Broadcast Message In Bot. ♻️ Command = /broadcast 📤 Answer = *Send Your Message For Broadcast* ✅ Wait For Answer = On 🌐 BJS = if(user.telegramid == 1299920908){ Bot.runAll({ command: "Broadcast", for_chats: "private-chats", options: {msg:…
⚠️ Note = Many Time Bots.Business Server Gone Slow Due To Many Of Bot So Sometime Broadcast Work Slowly So Don't Worry And Use This Code For Broadcast. I'm Telling It Because Many Of Users Asking About This.
🔥1
Guys, Do You Need Our Channel Discussion Group Where You Can Tell Your Problem 😊
Anonymous Quiz
90%
Yes, We Need It.
10%
No, I Can Fix It.
👍1
🤔3
Advanced Bot Codings™
Do You Need Maintainace BJS [ Bot On/Off BJS ] ?
🔹 We Will Post It Tomorrow 😊
♻️ Command =
🌐 BJS =
♻️ Command =
🌐 BJS =
♻️ Command =
🌐 BJS =
♻️ Command =
🌐 BJS =
🧑🏻💻 Coded By = @Shadab_Alam
⌛️ Any Problem = Tell Here
⚠️ Note = Must Change Your Telegram Id And You Can Also Add It To Your Admin Panel. You Can Tell Your Problem In Group.
/Maintainace
🌐 BJS =
if(user.telegramid == 1299920908){
var button = [[{ title : "⏸ On " , command : "/on" },{ title : "▶️ Off" , command : "/off" }]]
var cur = Bot.getProperty("mode")
Bot.sendInlineKeyboard(button, "*♻️ Select Your Choice To On/Off The Maintainace Mode.\n\n💠 Current Mode = "+cur+"*")
}else{
Bot.sendMessage("*⛔️ You Are Not An Admin*")
}
♻️ Command =
/on
🌐 BJS =
if(user.telegramid == 1299920908){
Bot.setProperty("mode","On","string")
Bot.sendMessage("*♻️ Maintainance Mode Set To On*")
}else{
Bot.sendMessage("*⛔️ You Are Not An Admin*")
}
♻️ Command =
/off
🌐 BJS =
if(user.telegramid == 1299920908){
Bot.setProperty("mode","Off","string")
Bot.sendMessage("*♻️ Maintainance Mode Set To Off*")
}else{
Bot.sendMessage("*⛔️ You Are Not An Admin*")
}
♻️ Command =
@
🌐 BJS =
if(user.telegramid != 1299920908){
var mode = Bot.getProperty("mode")
if(mode == "On"){
Bot.sendMessage("*⛔️ Bot Is Currently In Maintainace Mode. Turn It Off To Use.\n\n➡️ Go To Admin Panel > Maintainace > Off.*")
return
}
}
🧑🏻💻 Coded By = @Shadab_Alam
⌛️ Any Problem = Tell Here
⚠️ Note = Must Change Your Telegram Id And You Can Also Add It To Your Admin Panel. You Can Tell Your Problem In Group.
👍4🔥1
Do You Want Email To OTP BJS ?
Anonymous Quiz
89%
Yes, I Am Very Excited.
11%
No, We Have This Already.
♻️ Command = /Photo
📛 Answer = *🏞 Send Me A Photo With Caption To Send To Admin.*
✅ Wait For Answer = On
🌐 BJS =
🧑🏻💻 Coded By = @Shadab_Alam
📛 Answer = *🏞 Send Me A Photo With Caption To Send To Admin.*
✅ Wait For Answer = On
🌐 BJS =
Api.sendPhoto({
chat_id: 1454542586, //edit admin tgid
photo: request.photo[0].file_id,
caption: "*⁉️ New Question From User With Photo.\n\n👤 User =* ["+user.first_name+"](tg://user?id="+user.telegramid+")\n\n*🌁 Photo Caption = "+request.caption+"*",
parse_mode: "Markdown" })
Bot.sendMessage("*🌁 Image Succesfully Sended To Admin.*")
🧑🏻💻 Coded By = @Shadab_Alam
👍3❤2
Do You Want Broadcast Photo Via Bot. Don't Need Photo Link ?
Anonymous Quiz
91%
Yes, I'm Excited.
9%
No, We Can Make It.
Advanced Bot Codings™
Do You Want Email To OTP BJS ?
🥳 Complete 500 Members For Email To OTP BJS....
⁉️ New BJS For Broadcast Photo In Bot.
♻️ Command =
📤 Answer =
✅ Wait For Answer = On
🌐 BJS =
♻️ Command =
🌐 BJS =
🧑🏻💻 Coded By = @Shadab_Alam
♻️ Command =
/brphoto
📤 Answer =
*🌌 Send Your Photo And Caption For Broadcast.*
✅ Wait For Answer = On
🌐 BJS =
//Edit Your Telegram Id.
if(user.telegramid == 1454542586){
Bot.runAll({
command: "Photo",
for_chats: "private-chats",
options: {photo: request.photo[0].file_id, caption: request.caption}
})
Bot.sendMessage("*🌌 Photo Sended To All Users.*")
}else{
Bot.sendMessage("*⛔️ You're Not An Admin.*")
}
♻️ Command =
P
hoto
🌐 BJS =
var pto = options.photo
var cap = options.caption
Api.sendPhoto({
photo: pto,
caption: "*🌌 Admin Photo Broadcast. #photo\n➖➖➖➖➖➖➖➖➖➖➖➖\n"+cap+"*",
parse_mode: "markdown" })
🧑🏻💻 Coded By = @Shadab_Alam
👍10❤1👏1
🎗 Frequently Asked Questions 🎗
❓ How To Make Advanced Coding Telegram Bot - [ Click Here ]
❓ How To Make Admin Panel In Coding Bot - [ Click Here ]
❓ How To Make Advanced Coding Telegram Bot - [ Click Here ]
❓ How To Make Admin Panel In Coding Bot - [ Click Here ]
🤔4😁2👍1👌1
Guys, Many Users Are Requesting For YouTube Fake Subsription BJS. Do You Want It ?
Anonymous Quiz
87%
Yes
13%
No
👍3
📝 Command = YouTube
🌐 BJS =
📝 Command = /YT
🌐 BJS =
🧑🏻💻 Coded By = @Shadab_Alam
⚠️ Note = This Is Not Real YT Checker BJS. There Is No Any Real YT Checker BJS Yet Now. There Is Any Error Then You Can Tell In Our Support Group.
🌐 BJS =
var button = [[{ title : "🔘 Subscribe YouTube Channel" , url : "https://www.youtube.com/yourchannellink" }],[{ title : "⚜ Subscribed ⚜" , command : "/YT" }]]
Bot.sendInlineKeyboard(button, "*📝 Subscibe Our YouTube Channel By Click On Below Button To Continue Using This Bot.\n\n❗️ After Subscribed! Click On Subsribed.*")
📝 Command = /YT
🌐 BJS =
var button = [[{ title : "🔘 Subscribe YouTube Channel" , url : "https://www.youtube.com/yourchannellink" }],[{ title : "⚜ Subscribed ⚜" , command : "main_menu" }]]
Bot.sendInlineKeyboard(button, "*❗️Error :- Seems Look Like You Have Not Subscribe Our YT Channel Yet Now.\n\n📝 Click On '🔘 Subscribe Youtube Channel'. After Subscribing Click On Subscribed Button To Continue.*")
🧑🏻💻 Coded By = @Shadab_Alam
⚠️ Note = This Is Not Real YT Checker BJS. There Is No Any Real YT Checker BJS Yet Now. There Is Any Error Then You Can Tell In Our Support Group.
❤3👍3
Advanced Bot Codings™
📝 Command = YouTube 🌐 BJS = var button = [[{ title : "🔘 Subscribe YouTube Channel" , url : "https://www.youtube.com/yourchannellink" }],[{ title : "⚜ Subscribed ⚜" , command : "/YT" }]] Bot.sendInlineKeyboard(button, "*📝 Subscibe Our YouTube Channel By Click…
📝 Code Edited Error Solved.
❗️Error :- There Is Error In Button
❗️Error :- There Is Error In Button
🤔2
Advanced Bot Codings™
Guys, Do You Need Share Button BJS ?
Ok, We Will Not Give. Many Users Are Commenting That Don't Give.
Advanced Bot Codings™
♻️ Cᴏᴍᴍᴀɴᴅ = 📊 Statistics 🌐 Bᴊs = var user = Libs.ResourcesLib.anotherChatRes("user", "global") var withdraw = Libs.ResourcesLib.anotherChatRes("withdraw", "global") Bot.sendMessage("*📊 Bot Live Statistics\n\n👥 Users = "+user.value()+" Users\n\n📤 Withdraw…
🌺 Guys, You Can Add It Anywhere In Command. You Can Add At First Or Last Depend On Your Choice.