ADVANCE BOT CODERS
前往频道在 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
显示更多未指定国家技术与应用37 549
2 038
订阅者
无数据24 小时
无数据7 天
无数据30 天
帖子存档
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.")
}
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
