🤖Bjs Codes Free


Channel's geo and language: not specified, not specified
Category: not specified


This Channel Provides free Bots.Business Codes.
Discussion :- @BjsCodesChat
Coders :-
@Royal_Devendra ~ @MrHackeroid
@Abhishek71599
@its_Cyborg
@MrPrajjwal
@spidy1577
More Channels by Us:
@NodejsCodes
@TBCCodes

Related channels  |  Similar channels

Channel's geo and language
not specified, not specified
Category
not specified
Statistics
Posts filter


It's not coming because users joining nd leaving

They are not consistent nd desperate to take it

Atleast do 1750 subs

1.5k 0 2 132 38

😍 On 1700 subs we will start process

☺️ Cause it's a unique bot

🤨 Show some support share links to friends and help yourself
.

©️ @BjsCodes

2k 0 3 88 34

➡️ Fixed Small Issue!


👤 User: @guywithimagination (in BB Chat)
❓ Request: How to check who have reffered one self?

☄️ Command: /checkReferrer
📱 BJS:

let referrer = Libs.ReferralLib.getAttractedBy();
referrer = referrer ? referrer.telegramid : 'No One';
Api.sendMessage({
chat_id: user.telegramid,
text: '🖇 You were Invited by '+ referrer
})

By this simple code you can check who referred you to the bot.

©️ @BjsCodes // Royal Devendra ~ MrHackeroid


😱 @Bharat_otpbot 😱

🤗 Need t
his OTP bot codes Free ?

😲 Comment down yes
Or Give Re
action:- ⚡️


🔰 Looks Like the Issue has been Resolved, and No 'Download Error' is Received!

❔ Are you still Receiving this Error? Comment if So.


© @Projectoid


❗️ Important Notice

➡️ The APIs are Giving 'Download Error' on BB Server, There is No Any Issue from Our Server Side.
It may be Issue from BB, Though I have contacted to BBAdmin, we would get some solution for This Error Soon!

😔 Sorry for the Inconvenience

© @Projectoid


Need Projectoid Lib for BB? (To Easily Integrate with Projectoid APIs)
Poll
  •   Yes 😍
  •   No Bruh!!
188 votes


https://youtu.be/jr11mQe0zLw

👉 Setup Video




📳 Remainder

Shift your bot's broadcast code and data to the New Url before 31st August!!
🔜

Starting from 31st August We're gonna remove the Previous old data of Bots which are using Older Version of Broadcast API.

So Shift Your Bot to Newer Version of Broadcast API by following Above Guide to keep old data protected and safe!

🌝 Kindly Support us and do it as soon as Possible so that we can serve you endlessly.

👮Owner BCF, Projectoid
~ @MrHackeroid


Forward from: Pπᴏ√€kTᴏiD
🇮🇳 Happy 76th Independence to All of Indian Friends 🇮🇳

😊 I'm Honoured to be the Citizen of Such a Great Nationality

Hoist an Indian Flag at You Home and Participate in Har Ghar Tiranga Fest. #HarGharTiranga


~ @MrHackeroid


You Can Visit Our Api Channel
To Find A Api Which Can Fullfill Your Requirements & Solve Your Long Codes Problem


Channel:-
@Projectoid

🤝 You can give idea's of new api too
🥳 Your requests will not be ignored at any costs ...



©️ BCF


⚠️ This Api and BJS is deprecated now

The API Path and it's Data will be Removed from Server very Soon.

So Kindly Move your Old Bots Data to New Server by Generating Access Token and Using the Latest BJS, so That Your Users data do not get Lost

The old Data of Bot will be Transferred to New DB when You Create Access Token for Your Bot.

©️ @BjsCodes


📣 Super Fast Broadcast Code with API (v2.1.0)

📌 Command:- /start
➡️ BJ's:-
var sdone = User.getProperty("sdone")
if(!sdone){
var accessToken = "Your Bot's Access Token" //generate by below method
HTTP.post({
url: "https://api.projectoid.site/v1/telegram/botpanel/adduser.php",
body: {
bot_id: bot.token.split(":")[0],
access_token: accessToken,
user_id: user.telegramid
},
background:true
})
User.setProperty("sdon",true,"string")
}

📌 Command :- /broadcast
✔️ Wait For answer :- On
💬 Message :- Kindly Enter Your Message To Broadcast
➡️ BJ's:-
var accessToken = "Your Bot's Access Token" //Generate from projectoid.site/services/telegram/bot/register
var admin = "Your Telegram id" //get by Bot.sendMessage(user.telegramid)
if (user.telegramid == admin) {
try {
var msg = message
function broadcast(type, method, cap, fileid) {
HTTP.post({
url: "https://api.projectoid.site/v1/telegram/botpanel/broadcast.php",
headers: { "content-type": "application/json" },
body: {
method: method,
text: cap,
access_token: accessToken,
bot_token: bot.token,
admin: user.telegramid,
type: type,
file_id: fileid,
caption: cap,
parseMode: "html", //you can change it to Markdown
disableWebPreview: true,
protectContent: false //pass true if you don't allow to forward/save message
}
})
}
var boarding = " Broadcast By Admin \n\n"
var caption = !request.caption
? boarding
: boarding + " Message = " + request.caption

if (request.photo[0]) {
broadcast("photo", "sendPhoto", caption, request.photo[0].file_id)
return
}
if (request.text) {
broadcast(
"text",
"sendMessage",
" Broadcast By Admin \n\nMessage = " + message,
null
)
return
}
if (request.video) {
broadcast("video", "sendVideo", caption, request.video.file_id)
return
}
if (request.audio) {
broadcast("audio", "sendAudio", caption, request.audio.file_id)
return
}
if (request.document) {
broadcast("document", "sendDocument", caption, request.document.file_id)
return
}
if (request.sticker) {
broadcast("sticker", "sendSticker", null, request.sticker.file_id)
return
}
if (request.animation) {
broadcast(
"animation",
"sendAnimation",
caption,
request.animation.file_id
)
return
}
if (request.voice) {
broadcast("voice", "sendVoice", caption, request.voice.file_id)
return
}
if (request.video_note) {
broadcast("video_note", "sendVideo", caption, request.video_note.file_id)
return
}
} catch (err) {
Bot.sendMessage(
err + "\n\n*Please Reach out @BjsCodesChat with Error Screenshot.*"
)
}
return
}
Bot.sendMessage("*You are Not a Admin*")

How to Get Access Token?
👉 Get Access Token for Your Bot from projectoid.site/services/telegram/bot/register by Pasting your Bot Token!

©️ Copyright :- @BjsCodes
🤩 Api B
y :- @Projectoid
👩‍💻
Code by :- @Coder_kevin
🆘 Api Docs :- doc.projectoid.site
✍️ Setup :- https://youtu.be/jr11mQe0zLw

2.2k 0 82 56 14

⌛️ Time Limit :- 24 Hours
👍 Finished


#BCFTask ~ Ended

I have a task for you Guys
In this task all the coders of
Bots.business will make a code .
Deatails:- Go to website doc.projectoid.site
Then Open The Telegram Broadcast Part
,Read all the information and on basis of it make a stable and working Broadcast and user id inserting Bjs using the Projectoid api

The well code will be posted here with your username as a credit ...

Hint:- https://t.me/BjsCod
es/1176

Rewards:- You will Get 100 BBP .

After making your codes send the codes to @BjsCodesChat
Use tags #BCFTask


📝 Crypto Price Converter Api
➖➖➖➖➖➖➖➖➖➖➖➖➖➖

🖇 URL:-
https://api.projectoid.site/v1/convert
⚙️ METHOD:- GET
♦️ PARAMETERS:-
🔹
in : Current
Currency
🔹 to : Destination Currency

👉 Example:- https://api.projectoid.site/v1/convert?in=usdt&to=inr&amount=1

🔐 Responses:-

✅ Success:-
👉 Currency Price Fetched:-

```json
{
"ok":true,
"r
esult":{
"status":"success",
"USDT":1,
"INR":82.63546622
}
}```

❌ ERROR:-
👉 Empty Parameters:-

{
"ok":false,
"description":"Kindly Enter Parameters Correctly, @Bjscodes"
}

👉 Invalid Currency or Amount:-

{
"ok":false,
"result":null
}

➖➖➖➖➖➖➖➖➖➖➖➖➖➖
🤩 Api By :-
@Projectoid
©️ Copyrig
ht :- @BjsCodes
Questions/Errors:- @abhishek71599


Type:- One command all channel check BJ's (Version 2.0)

Command:-
/join
BJ's
:-
if(!content){
var channels = "@rest516,@mc_pe7159" //,@channel3,@channel4"
HTTP.get({
url:"https://api.projectoid.site/v1/telegram/membership/index.php?token="+bot.token+"&userId="+user.telegramid+"&chatIds="+channels,
success:"/join"})
}else{
var res = JSON.parse(content)
if (res.result.totalleft == 0) {
Bot.sendMessage("*Success*")
//Bot runCommand("/main_menu")
}else{
Bot.sendMessage("*❌ Join All Channels*")
//Bot.runCommand("/start")
}}

🙏 Api By:- @ProJectoid
© Copyrigh
t:- @BjsCodes
👤 Error/Questions :- @abhishek71599


📝 TRX Deposit Check Api
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
🖇️ Url:- https://api.projectoid.site/v1/telegram/crypto/index.php
⚙️ Method:- GET
♦️ PARAMETERS:-
🔹
hash : your Transaction I'd
🔹
address : your TRX Address

😊 Example:- https://api.projectoid.site/v1/telegram/crypto/index.php?hash=e3134970c5c2269e08e1b652839f956e23bedd186fb246ae050acfa667abc1d9&address=TAMcXSeVVxrc1o84pA2HJ5QzPH4grkk1aC

🔐 Responses:-

Success:-
👉 Hash is satisfied By Address:-

{"ok":true,"status":"fetched","amount":".1","address":"TAMcXSeVVxrc1o84pA2HJ5QzPH4grkk1aC","hash":"e3134970c5c2269e08e1b652839f956e23bedd186fb246ae050acfa667abc1d9"}

ERROR:-
👉 Empty hash or Address:-

{"ok":false,"status":"invalid","description":"Kindly Put hash & Address"}

👉 Invalid Hash or Address:-

{"ok":false,"status":"fetched","description":"Invalid Hash"}
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
🤩 Api By :- @Projectoid
©️ Copyrig
ht :- @BjsCodes
Questions/Errors:- @abhishek71599

20 last posts shown.

1 724

subscribers
Channel statistics