Anyone Have Refferal Level BJs
Message - @ChannelSeller22
Come Fast
I Will Give You Credit And Reward Some BB Points 💎
Message - @ChannelSeller22
Come Fast
I Will Give You Credit And Reward Some BB Points 💎
You guys are doing left then OTP To Gmail BJs will not come
Bug on OTP To Gmail BJs
Bug on OTP To Gmail BJs
🧑🏻💻 How To Transfer Your Bot To Anyone
Command =
Wait For Answer On
BJs =
Note = If Error BJs You Can Contact us - @ChannelSeller22
Command =
/Transfer
Answer = Send User E-mail I'd Wait For Answer On
BJs =
if (user.telegramid == Your Telegram I'd){
BBAdmin.installBot({
email: message,
bot_id: bot.id
})
Bot.sendMessage("Done")
}else{
Bot.sendMessage("Not admin")
}Note = If Error BJs You Can Contact us - @ChannelSeller22
Command =
BJs =
Rate Us BJs =
Api.sendPoll({
question:"Rate us",
options:["⭐","⭐⭐","⭐⭐⭐","⭐⭐⭐⭐","⭐⭐⭐⭐⭐"]})⁉️ How To Send Pictures To Admin
Command =
Answer =
Wait For Answer = On
BJs =
Command =
Your Command Answer =
Send Pic Wait For Answer = On
BJs =
let pic = request.photo[0]
let admin = Bot.getProperty("1419896887")
Bot.setProperty("Ask")
User.getProperty("Caption")
Bot.sendMessage("*📩 Image Sent To Admins*")
Api.sendPhoto({ chat_id: 1180293826, photo: pic.file_id })
Bot.sendMessageToChatWithId(1180293826,"*📥 New Pic From User\n\n🧑🏻💻 User =* ["+user.first_name+"](tg://user?id="+user.telegramid+")\n\n\*🔮 His Telegram Id :* "+user.telegramid +"\n\n*📮 His Username :* *@"+user.username+"*")
New Advanced Codings™
Guys You Want Game Zone BJs
Please Share Channel
Please Share Channel
20 Votes 185 Subscriber Please Complete
⁉️ How To Send Sticker On Bot
🎰 Command =
🎁 BJs =
🎰 Command =
Hello 🎁 BJs =
Api.sendSticker({ sticker: "https://t.me/TotalGaming_Offical_Group/23791", })
New Advanced Codings™
⁉️ How To Send Sticker On Bot 🎰 Command = Hello 🎁 BJs = Api.sendSticker({ sticker: "https://t.me/TotalGaming_Offical_Group/23791", })
⁉️ How To Get Sticker Link
Go On Public Group And Your Channel Then Send A Sticker Then Copy Link Of Sticker
Go On Public Group And Your Channel Then Send A Sticker Then Copy Link Of Sticker
Command =
BJs =
🎰 Game - Zone
BJs =
var buttons = [
[
{ title:"🆓 Free ", command: "/dice" },
{ title:"🎰 Paid", command: "🎰Bet" }
],
[{ title: "🔙Back", command: "main_menu" }]
]
Bot.sendInlineKeyboard(buttons, "🖇️*Choose an option from this Game Zone*")Command =
Answer =
✅ Wait For Answer = On
BJs =
🎰BetAnswer =
Send the amount you want to bet (minimum bet is 4 Rs) 😜🎁✅ Wait For Answer = On
BJs =
let times = User.getProperty("times")
if (times < 99999 | times == undefined){
var balance = Libs.ResourcesLib.userRes("balance")
if (Number.isInteger(parseInt(message))){
if(parseInt(message) < 4){
Bot.sendMessage("Minimum Bet is 4 Rs")
}else if(parseInt(message) > balance.value()){
Bot.sendMessage("❌ insufficent balance you have"+balance.value().toFixed(2)+"Rs")
Api.sendSticker({ sticker: "https://t.me/chatbotsbusiness/601610",})
}else{
Bot.sendMessage("Ok, Bet is set at "+parseInt(message))
User.setProperty("bet",parseInt(message),"integer")
Bot.runCommand("betplay")
}}else{
Bot.sendMessage("Integer value only!")
}}else{
Bot.sendMessage("You've played the game 9999 times in a day, Come back tomorrow!!")
}