Bots.business Unofficial Channel
Відкрити в Telegram
This is an unofficial channel of bots.business, the professional bot making platform. Here we help member to get their BJS Owner :- @sohamdeogaonkar1
Показати більше248
Підписники
Немає даних24 години
Немає даних7 днів
Немає даних30 день
Архів дописів
Should we have the small Lib which would arrange the large list/json properly and show to user page wise with controls (next,privious) and selecting menu
I need your help friends
Someone got my no. And now blackmailing me
Please help
His no. +919518715053
Please open bomber on his no. Or send to cyber crime i request 😭
🛒 Bot Sale Offer
🖥 Language :- PHP
🧰 Demo :- Available
🤖 Type :- Nitro Seen Copy
💵 Price :- Cheap (Dm For Buy)
🛍 Contact @RudraGupta08 For Purchase
⚠️ Note :- Your Can Use Any Panel Which You Want On NitroSeen Bot
🛒 Bot Sale Offer
🖥 Language :-
🧰 Demo :-
💵 Price :-
🛍 Contact @RudraGupta08 For Purchase
⚠️ Note :- Your Can Use Any Panel Which You Want On NitroSeen Bot
👮♂️ Question From @Newonep
❓How to make text typing animation in Bot
🧩 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 :- @sohamdeogaonkar1
📣 Channel :- @bots_bussiness
⚠️ Please report error to me if happens
© Copying and publishing code anywhere or selling the above code is strictly not allowed. Right of the above codes belong to the code owner and owner of the this channel. Still if anyone have any problem regarding copyright can contact us.Hello Guys
Welcome to the premium channel for various type of codes bjs
We will provide you premiums bjs in this channel
Entry Rates :- 0.5$
https://t.me/+eBs7gYxBnlM5MjY1
Donate Us To support
BTC :-
bc1ql6c0wrzhelq38sch4kp6wyjafz8n5q5effa5du
TRX :-
TPqQBKik4mSQ5pxcShtXKjfdGBPFqCte1o
ETH :-
0xb03D1Cb347187486B61a7B2B777AAA9C6d080080
Doge :-
DLVhgmVv9FcNQf2RCVWdDxDnSuKqMPzQAPMany Channels are Copying our codes without credits
Who ever our channel users find these posts in other channel
Just send the link below in comment
And it will be rewarded 3 bb each
Multi-use invoice.
💬 You can support the channel by donating to our Channel
It will boast us to upload more codes
❓ How to Create Short Link using AdClickersBot API
❇️ Step 1 :-
GO TO :-
@AdClickersBot -> ❇️ Captcha Task -> 🔗 Short Link
❇️ Step 2 :-
Get the api key from the url provided in the response
🧩 Command :- /
create_short_link
⌨️ Answer :- 🔗 Enter thr url which you want to shorten
✅ Wait for reply
🖥 BJS :-
function isValidURL(value) {
var expression = /[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;
var regexp = new RegExp(expression);
return regexp.test(value);
}
if(!isValidURL(message)){
Bot.sendMessage('*⚠️ Please Enter Correct Url to shorten the link*')
return
}
var link = 'https://adclickersbot.com/shorten'
var api_key = '613cd0b0017ccca172065987'
var url = message
HTTP.get({
url: link + '?api=' + api_key + '&url=' + url,
success: 'onLinkCreate',
error: 'error'
})
🧩 Command :-
onLinkCreate🖥 BJS :-
if(!content){return}
content = JSON.parse(content)
if(content.status){
Bot.sendMessage('*❇️ Your shorten Link :-* \n' + content.shorten_url)
}else{
Bot.sendMessage('*⚠️ Something went wrong*')
}
👨💻 Code Developer :- @sohamdeogaonkar1
📣 Channel :- @bots_bussiness
⚠️ Please report error to me if happens
© Copying and publishing code anywhere or selling the above code is strictly not allowed. Right of the above codes belong to the AdClickersBot and owner of the this channel. Still if anyone have any problem regarding copyright can contact us.