Redeem on this bot : https://t.me/BBPoints_TBot?start=1180293826
0.50💎 BB Points Code :-
0.50💎 BB Points Code :-
666489717386770Anyone Have Nodejs Bot Codes or Any Best Lifafa Maker Panel or Campaign Maker Panel or Something I Need In Exchange I Will Give The Account Recovery Pharse😁😁
Pm: @Aman_raj01
Pm: @Aman_raj01
🎁Making New Node js Bot Any Body Wants To Add Her Channel
⚠️Price :- 0₹
✔️Message : @Tg_Paid_Promotion_Bot
▪️ You Have To Promote The Bot
▪️ Your Channel Must Be 20k +
⚠️Price :- 0₹
✔️Message : @Tg_Paid_Promotion_Bot
▪️ You Have To Promote The Bot
▪️ Your Channel Must Be 20k +
❓Want Fix for the My Info and My referral List (For new bot with new referral lib)
🧩 Command:- /myref
🖥 BJS:-
🧩 Command:- /reflist
🖥 BJS:-
👨💻 Code Updated :- @sohamdeogaonkar1
⚠️ Please report error to me if happens
🧩 Command:- /myref
🖥 BJS:-
let friend = Libs.ReferralLib.getAttractedBy();
let msg = "You was attracted by: "
if(friend){
msg = msg + "user " + Libs.commonLib.getLinkFor(friend);
}else{
msg = "You was not attracted."
}
Bot.sendMessage(msg);🧩 Command:- /reflist
🖥 BJS:-
let refList = Libs.ReferralLib.getRefList()
if (!refList.exist) {
Bot.sendMessage("No any affiliated users")
return
}
if (!refList.last_calc_time) {
refList.recount({
// this command will be runned after recount
onComplete: "/reflist"
})
return
}
let msg = ""
// only 100 first users here
// for other users you need use pagination:
// https://help.bots.business/bjs/lists#paginating
let users = refList.getUsers()
for (var ind in users) {
user = users[ind]
msg = msg + "\n👤 " + Libs.commonLib.getLinkFor(user)
}
if (users.length < 9) {
var count = users.length
} else {
var count = refList.count
}
let last_updated_time = (new Date() - new Date(refList.updated_at)) / 1000
last_updated_time = last_updated_time.toFixed(4)
msg =
"*Total users:* " +
refList.count +
"\n _the first user was tracked:_ \n" +
" _" +
refList.created_at +
"_" +
"\n----" +
msg +
"\n----" +
"\n*Last recount*" +
"\n Ago: " +
last_updated_time +
" sec\n Time: " +
refList.last_calc_time.toFixed(4) +
" sec"
if (needRecount(refList)) {
msg = msg + "\n Recount started..."
refList.recount({
// this command will be runned after recount
// onComplete: 'onCompleteListRecount'
})
} else {
msg =
msg +
"\n Next recount after: " +
needToWaitForNextRecount(refList).toFixed(4) +
" sec"
}
Bot.sendMessage(msg)
// you need to recount list sometimes
// such recount can be very slowly so we need to perform it not very often
function delayForNextRecount(list) {
// Recount list not more often then 100 sec per each 0.1 last calc time
// so if last calc time is 10 secs we need to wait 24 hours for new calc
return (100 * list.last_calc_time) / 0.1
}
function needToWaitForNextRecount(list) {
return delayForNextRecount(list) - lastUpdatedSecAgo(list)
}
function needRecount(list) {
return needToWaitForNextRecount(list) < 0
}
function lastUpdatedSecAgo(list) {
return (new Date() - new Date(list.updated_at)) / 1000
}👨💻 Code Updated :- @sohamdeogaonkar1
⚠️ Please report error to me if happens
Refer & Earn BB Bots and BJs Codes We Will Add More Codes & Bots :
https://t.me/BotkartSellerBot?start=kart-1326749214
https://t.me/BotkartSellerBot?start=kart-1326749214
Guys Which BJs You Want
Request In Comment If Possible I Will Try To Make 😉
Request In Comment If Possible I Will Try To Make 😉
Our Captcha Api :-
api.piyushtech.tk/captcha.php?text=Your_Text
api.piyushtech.tk/captcha.php?text=Your_Text
New Advanced Codings™
Our Captcha Api :- api.piyushtech.tk/captcha.php?text=Your_Text
Do you need codes of Api?
❓Want User Referral Count Without Recount
🧩 Command:- /refCount
🖥 BJS:-
📣 Channel :- @bots_bussiness
⚠️ Please report error to me if happens
⚠️ Anyone may already have made this.But we had not checked their Bjs .We have made this Bjs with references with demo bot of bb.Then also anyone have issue with it can contact me
🧩 Command:- /refCount
🖥 BJS:-
function getRefCount(userId){
if(!userId){ userId = user.id }
var refsCount = User.getProperty({
name: 'REFLIB_' + 'refsCount',
user_id: userId
});
if(!refsCount){ refsCount = 0 }
return refsCount;
}
Bot.sendMessage('Your Referral Count :-' + getRefCount())
👨💻 Code Updated :- @sohamdeogaonkar1 📣 Channel :- @bots_bussiness
⚠️ Please report error to me if happens
⚠️ Anyone may already have made this.But we had not checked their Bjs .We have made this Bjs with references with demo bot of bb.Then also anyone have issue with it can contact me
👮♂️ Question From @Flaming_Kitty
❓How to pin the Message Send by the Bot
🧩 Command :- /send
🖥 BJS :-
🧩 Command :- /pin
🖥 BJS :-
👨💻 Code Developer :- @sohamdeogaonkar1
📣 Channel :- @bots_bussiness
⚠️ Please report error to me if happens
⚠️ Anyone may already have made this.But we never check their Bjs . We have made whole Bjs By our own.If then also anyone have issue with it can contact me
❓How to pin the Message Send by the Bot
🧩 Command :- /send
🖥 BJS :-
let text = "text to send"
Api.sendMessage({
text: text,
on_result: "/pin"
}) 🧩 Command :- /pin
🖥 BJS :-
var chat_id = options.result.chat.id
var message_id= options.result.message_id
Api.pinChatMessage({
chat_id: chat_id,
message_id: message_id
}) 👨💻 Code Developer :- @sohamdeogaonkar1
📣 Channel :- @bots_bussiness
⚠️ Please report error to me if happens
⚠️ Anyone may already have made this.But we never check their Bjs . We have made whole Bjs By our own.If then also anyone have issue with it can contact me