Telegram Group & Telegram Channel
How User Can Transfer Their Balance To His Friends ?

♻️ 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.\n\n⚠️ 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.\n\n📛 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+".\n\n💵 Your Current Balance : "+balance.value()+" Rs.*")
}


🧑🏻‍💻 Code Developer = @Shadab_Alam
3👍3



tg-me.com/Advanced_Bot_Codings/205
Create:
Last Update:

How User Can Transfer Their Balance To His Friends ?

♻️ 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.\n\n⚠️ 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.\n\n📛 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+".\n\n💵 Your Current Balance : "+balance.value()+" Rs.*")
}


🧑🏻‍💻 Code Developer = @Shadab_Alam

BY Advanced Bot Codings™


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/Advanced_Bot_Codings/205

View MORE
Open in Telegram


Advanced Bot Codings™ Telegram | DID YOU KNOW?

Date: |

At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?

Among the actives, Ascendas REIT sank 0.64 percent, while CapitaLand Integrated Commercial Trust plummeted 1.42 percent, City Developments plunged 1.12 percent, Dairy Farm International tumbled 0.86 percent, DBS Group skidded 0.68 percent, Genting Singapore retreated 0.67 percent, Hongkong Land climbed 1.30 percent, Mapletree Commercial Trust lost 0.47 percent, Mapletree Logistics Trust tanked 0.95 percent, Oversea-Chinese Banking Corporation dropped 0.61 percent, SATS rose 0.24 percent, SembCorp Industries shed 0.54 percent, Singapore Airlines surrendered 0.79 percent, Singapore Exchange slid 0.30 percent, Singapore Press Holdings declined 1.03 percent, Singapore Technologies Engineering dipped 0.26 percent, SingTel advanced 0.81 percent, United Overseas Bank fell 0.39 percent, Wilmar International eased 0.24 percent, Yangzijiang Shipbuilding jumped 1.42 percent and Keppel Corp, Thai Beverage, CapitaLand and Comfort DelGro were unchanged.

Advanced Bot Codings™ from us


Telegram Advanced Bot Codings™
FROM USA