ADVANCE BOT CODERS
Open in Telegram
Hello Guys Welcome To Our channel Here You Will Get All type bot Codes. πΆββοΈ Road To 2000 Subscribers βοΈ CONTACT ME : @Armanidrisi_bot π± GITHUB : https://github.com/Armanidrisi
Show moreThe country is not specifiedTechnologies & Applications37 549
2 038
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
2 038
New Video...
https://youtu.be/gn1t6TpRH-g
https://youtu.be/gn1t6TpRH-g
https://youtu.be/gn1t6TpRH-g
Like Please π
π
π
2 038
Free JavaScript Courses on Udemy π
1. https://www.udemy.com/course/javascript-essentials/
2. https://www.udemy.com/course/programming-in-javascript/
3. https://www.udemy.com/course/javascriptfundamentals/
Give Reacton if you need more Courses Like this
2 038
Use of "Api." in BB to send or delete
============================
FOR SENDING PICTURE
Api.sendPhoto({photo: "Photo Link"})
FOR SENDING MSG TO CHANNEL
Api.sendMessage({chat_id: "channel Username", text: "Your Text"})
FOR SENDING STICKERS
Api.sendSticker({ sticker: "Sticker Link", })
FOR DELETING PRIVIOUS BOT MESSAGE
Api.deleteMessage({ message_id: request.message.message_id })
FOR DELETING THE MESSAGE THAT YOU SENT TO BOT
Api.deleteMessage({chat_id:chat.chatid,message_id:request.message_id})
FOR TYPING BOT
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
FOR REMOVING KEYBOARD
Api.sendMessage({ text: 'β¨οΈ Keyboard Removed',
reply_markup: JSON.stringify({
hide_keyboard: true
})
})
FOR SENDING EMOJI
Api.sendDice({emoji:"π―"})
//You Can Use other emoji also
TO SEND ANY FILE LIKE APK
Api.sendDocument({
chat_id: user.telegramid,
document: "LINK",
caption: "description"})
Photos or Video's in an album
Api.sendMediaGroup({
media: [
{type: "photo",
media: "your photo link here",
caption: "caption u want here",
parse_mode: "your parse mode here if you want"},
{type: "video",
media:"your video link here"}
]
})2 038
β€οΈβπ₯We Want PAYTM Bot Makers Who Make Daily Botsβ¨
β
Channel Link - @armancampaign1
πWe Can Promote Your Bots In Our Channels π All You Need To Do is Add Our Channel In Your BotsπWe Can Make You Admin In Our Channel TooπMust Make Atleast 1 Bot In A Day
β οΈBot Statistics Is Not An Issue But You Should Send Your Last Bot Link
β No TimePass If So I Will Block You Immediately
Intrested Ones Dm - @Mohd_arman_idrisi01
2 038
Free and Fast Broadcast Code For Bots.business
1β£ Put it in /start
BJ's:-
let getrawtable = Bot.getProperty("botuserid");
var userdatajson = { userid: user.telegramid };
if (!getrawtable) {
var rawtable = [];
rawtable.push(userdatajson);
Bot.setProperty("botuserid", rawtable, "json");
} else {
var duplicate = false;
for (var i = 0; i < getrawtable.length; i++) {
if (getrawtable[i].userid === userdatajson.userid) {
duplicate = true;
break;
}
}
if (!duplicate) {
getrawtable.push(userdatajson);
Bot.setProperty("botuserid", getrawtable, "json");
}
}
2β£ Command:- /broad
Wait for answer :- On
Answer :- Send Message
BJ's:-
var owner_id = "put your telegram id here"
if(user.telegramid != owner_id){
Bot.sendMessage("You are not admin")
return}
var users = Bot.getProperty("botuserid")
HTTP.post({
url: "http://broadcast-bb.vercel.app/",
success: "/success",
body: {
users: users,
token: bot.token,
message: "Owner Broadcast \n\n Message:- "+message
},
headers: { "content-type": "application/json" },
folow_redirects: true
})
3β£ Command:- /success
BJ's:- Bot.sendMessage(content)
Β© Copyright:- @botcodes123
π€Credit :- @Alwayspolite2 038
πGender Predict BJS
ββββββββββ
Gender Predict Code
Command:
/predict
Answer: *Enter Your Name*
Wait for answer Onβ
Bjs: HTTP.get({
url: "https://api.genderize.io/?name="+message+"",
success: "sys/gender"
})
Command: sys/gender
Bjs: var msg = content
var name = msg.split(/"/)[3]
var gender = msg.split(/"/)[7]
var pro = msg.split(/"/)[10]
Api.sendMessage({
text:
"*π© Gender Predicted
π Name = " +
name +
"
π Gender = " +
gender +
"
π Probability = " +
pro +
"
β Deatails By : @"+bot.name+"*",
parse_mode: "markdown"
})2 038
β
Get User Details BJS
ββββββββββ
βcommand - your command
Bjs -
var pic = "t.me/"+user.username+"";
var details = "First Name: "+user.first_name+"
LAST name: "+user.second_name+"
username: @"+user.username+"
Tg id: "+user.telegramid+"";
Api.sendPhoto({
photo: pic,
caption: details,
})2 038
π Url Shortner PHP Giveaway
β
Developer: @Mohd_arman_idrisi01
π Join: @botcodes123
β»οΈDemo: http://armancampaigns.tk/Short
2 038
Transfer Balance βΏ BJS
ββββββββ
β»οΈ Command =
Transfer
β»οΈ Answer = Enter Your Friend Telegram Id For Transfer Your Balance.
β»οΈ Wait For Answer = On
β»οΈ BJS = Bot.run({
command: "/Transfer",
options: { tgid : message }
})
π Now, Make A New Another Command.
β»οΈ Command = /Transfer
β»οΈ Answer = π Enter An Amount For Sending To Your Friend's Account.
β οΈ Note = It Will Deducated From Your Account Balance.
β»οΈ Wait For Answer = On
β»οΈ BJS =
var balance = Libs.ResourcesLib.userRes("balance")
var tgid = options.tgid
if(message > balance.value()) {
Bot.sendMessage("β οΈ Insufficient Balance For This Transaction.
π You Have Only "+balance.value()+" Rs.")
}else{
var friend = Libs.ResourcesLib.anotherUserRes("balance",tgid)
friend.add(+message)
balance.add(-message)
Bot.sendMessage("β
Amount "+message+" Rs Has Been Transfer To "+tgid+".
π΅ Your Current Balance : "+balance.value()+" Rs.")
}
Available now! Telegram Research 2025 β the year's key insights 
