USE IT FOR ALL TYPE OF DELETE PREVIOUS MSG
Api.deleteMessage({ message_id: request.message.message_id })Command =
BJs =
SubscribeBJs =
var buttons = [
{title: "π Subscribe", url: "https://www.youtube.com/c/argamingwarrior"},
{title: "π¦ Subscribed", command: "Pending" }
];
Bot.sendInlineKeyboard(buttons, "*βοΈ Must Subscribe Our Yt Channel To Use The Bot..*");Command =
BJs =
PendingBJs =
if(request.data){
var message_id = request.message.message_id
var chat_id = request.message.chat.id
Api.deleteMessage({
chat_id : chat_id,
message_id : message_id
})
}
Bot.sendMessage("*β οΈNot Subscribed*")
var buttons = [
{title: "π Subscribe", url: "https://www.youtube.com/c/argamingwarrior"},
{title: "π¦ Subscribed", command: "main_menu" }
];
Bot.sendInlineKeyboard(buttons, "*π« Not Subscribed + bell Youtube Channelπ§ \n\nβMust Subscribe + bell Channel To Use Our Bot And Earn From It....*");;Go To Your Check Command Click Edit BJS Here Is A Message Bot.runCommand("main_menu") Replace To
Bot.runCommand("Subscribe")
New Advanced Codingsβ’
Command = Subscribe BJs = var buttons = [ {title: "π Subscribe", url: "https://www.youtube.com/c/argamingwarrior"}, {title: "π¦ Subscribed", command: "Pending" } ]; Bot.sendInlineKeyboard(buttons, "*βοΈ Must Subscribe Our Yt Channel To Use The Bot..*");
You Are Taked The BJs Leaving Our Channel
Share Our Channel For Free BJs
Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
New Advanced Codingsβ’ pinned Β«Share Our Channel For Free BJs Any BJs You Want Inbox Here - @BotsBusinesss Example - #request_code BJs Name - any Please Don't Ask For Coin Payment BJs Please write BJs Name In Group I Will UploadΒ»
βοΈ How To Send Poll
You Can Add More Options
Api.sendPoll({
question: "Question Name",
options:["Option 1","Option 2"]})You Can Add More Options
1 Dollar Google Play Redeem Code Giveway
Follow On Instagram - https://instagram.com/aman_gaming_01
RANDOM GIVEWAY
Giveaway By - @FF_Partner_Program
Follow On Instagram - https://instagram.com/aman_gaming_01
RANDOM GIVEWAY
Giveaway By - @FF_Partner_Program
BB Points Auto Pay BJs
Go To @BBPointBot And Use
Command =
BJs =
π New Command =
BJs =
Go To @BBPointBot And Use
/getTransferUrl To Generate Your Webhook Url And Must Copy You Url Don't Share Your Url To Else.Command =
π₯ Withdraw BB Points BJs =
var balance = Libs.ResourcesLib.userRes("balance")
if( balance.value() > 1){
let webhookUrl = Libs.Webhooks.getUrlFor({
command: "onBBTransfer",
user_id: user.id
})
Bot.sendMessage("Transfer in progress")
HTTP.post( {
url: "http://Your Personal Secret Webhook Url From Step 1.",
body: {
// BB Points amount
amount: 3,
// transfer BB Points for current user
to_tg_id: user.telegramid,
// note for @bbpoints channel
note: "*Withdraw From " + bot.name+"*",
webhookUrl: webhookUrl
}
} )
}else{
Bot.sendMessage("*π You Have Insufficient BB Point For Withdraw.*")
}π New Command =
onBBTransfer BJs =
var json = JSON.parse(content);
// You can inspect all passed data:
// Bot.inspect(json)
if(json.error){
Bot.sendMessage("Error: " + json.error.title);
Bot.sendMessage("Code: " + json.error.code);
// error codes:
// 1 - You do not have BB Points for transfer
return
}
// BB Points transferred to current user
let admin_bb_points = json.owner.bb_points - json.amount;
Bot.sendMessage(
"*π BB Points Transferred Successfully.\n\nβ»οΈ " +
json.amount + "π BB Points Transfer To Tg Id : " + user.telegramid +
"\n\nπ§π»βπ» Admin : @" + json.owner.username +
"\n Have Now " + String(admin_bb_points) + " π BB Points.*"
)
New Advanced Codingsβ’
BB Points Auto Pay BJs Go To @BBPointBot And Use /getTransferUrl To Generate Your Webhook Url And Must Copy You Url Don't Share Your Url To Else. Command = π₯ Withdraw BB Points BJs = var balance = Libs.ResourcesLib.userRes("balance") if( balance.value()β¦
Credit = @Sohaan_Superstar
Command =
Wait For Answer = On
BJs =
Channel Broadcasting
Answer = Send Channel @username In You Want Channel BroadcastingWait For Answer = On
BJs =
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
let cb =
Bot.setProperty("cb",message, "string")
Bot.getProperty("cb")
Bot.runCommand("CB2")
}else{
Bot.sendMessage("*β You Need To Be An Admin To Do This*")
}Command =
Answer =
Wait For Answer = On
BJs =
CB2Answer =
Enter A Message To Broadcast In The ChannelWait For Answer = On
BJs =
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
var cb =
Bot.getProperty("cb")
Api.sendMessage({
chat_id: ""+cb+"",text : ""+message+"",disable_web_page_preview:true})
Bot.sendMessage("*β
Successfully Message Was Sent*")
}else{
Bot.sendMessage("*β You Need To Be An Admin To Do This*")
}π Note =
In Which Channel You Are Broadcasting Bot Need Admin Of The Channel
In Which Channel You Are Broadcasting Bot Need Admin Of The Channel
User = @lovepreet1829
BJs Request = Balance Hacks
Command =
Answer =
BJs =
BJs Request = Balance Hacks
Command =
Balance Hacks Answer =
βοΈ Enter Amount BJs =
var balance = Libs.ResourcesLib.anotherUserRes("balance", user.telegramid)
balance.add((parseInt(message)))
Bot.sendMessage("β
Done Successfully Balance Added")