🖼️ Get User Profile Photo
👀Command:
/image
Api.getUserProfilePhotos({
user_id: user.telegramid,
limit: 1,
on_result: "/profile"
});
👀Command:
/profile
let photos = options.result.photos;
if (photos && photos.length > 0) {
let photoFileId = photos[0][0].file_id;
Api.sendPhoto({
photo: photoFileId
})
}else{
Bot.sendMessage("Profile Image Not Found")
}
👍2🎉2🔥1
🎲 Send Dice Code
Api.sendDice({
emoji: "🎲" // Can also be 🎯, 🏀, ⚽, 🎳, or 🎰
});
👍2🎉2❤1
Use Flex Delete To Delete Your Group Message Using One Command.
Features 👇
➡️ Only Admin Use Command
➡️ Just Add Bot In Channel
➡️ Message Will Delete Easily
➡️ No Ads, Promotion On Group
Features 👇
➡️ Only Admin Use Command
➡️ Just Add Bot In Channel
➡️ Message Will Delete Easily
➡️ No Ads, Promotion On Group
👍2🎉2❤1🔥1
📊 Send Poll Message Code
Api.sendPoll({
chat_id: chat.chatid,
question: "What's your favorite color?",
options: JSON.stringify(["Red", "Blue", "Green", "Yellow"])
});
🎉3😘2
🗺️ Send Venue Code
Api.sendVenue({
chat_id: chat.chatid,
latitude: 40.748817,
longitude: -73.985428,
title: "Empire State Building",
address: "350 5th Ave, New York, NY 10118"
});
👍4😘2🎉1
🖌️ Code Message By Message Id
Api.copyMessage({
chat_id: chat.chatid,
from_chat_id: chat.chatid,
message_id: 12345 // Replace with the actual message ID you want to copy
});
👍3🔥2🎉2❤1
Trying To Make Bjs Coder Helper Bot. It Will Take Time.
So Till Than That You Use Our Api And Bot 🤗
So Till Than That You Use Our Api And Bot 🤗
👍1🎉1🙏1😍1
This media is not supported in your browser
VIEW IN TELEGRAM
Only One Response Completed 😮💨
Doing Api Manually, All Code You Will Get Manually Typed By Me 😁
Doing Api Manually, All Code You Will Get Manually Typed By Me 😁
👌4👍1🥰1🎉1
📃 Get Refer List Of Other Users
👀Command:
/refer
Bot.run({
command: "/getRefer",
user: 12345678
});
👀Command:
/getRefer
let refList = RefLib.getRefList();
if (!refList.exist) {
Bot.sendMessage("No any affiliated users");
return
}
let users_rows = ""
let users = refList.getUsers();
for (var ind in users) {
users_rows = users_rows + "\n👤 " + Libs.commonLib.getLinkFor( users[ind] )
}
let msg =
"*Total users:* " +
RefLib.getRefCount() +
"\n _the first user was tracked:_ \n" +
" _" +
refList.created_at +
"_" +
"\n----" +
users_rows
Api.sendMessage({
text: msg,
parse_mode: "markdown",
chat_id: your_telegram_id
})
🔥2🥰1🎉1
New Video 👇
https://youtu.be/ByZN80VCj4U?si=CVnv-FMA6fGWRyyl
Aagr Channel Ko Subscribe Nhi Kiye Hai To Jaldi Karo: [Click Here] Q Ki Bhot Kuch Channel Pe Video Aane Wale Hai 😁
👍2🥰1🎉1😍1