BotBuildUp News
$http->get
Http::get($url, $data, $headers);
Please open Telegram to view this post
VIEW IN TELEGRAM
1 7β€1β‘1π1π₯1
We need some days more to surprise you. Please don't be sad; our new features and themes are coming within a few days.
JUST WE NEED YOURS SUPPORT AND PATIENCEβ€οΈ
JUST WE NEED YOURS SUPPORT AND PATIENCE
Please open Telegram to view this post
VIEW IN TELEGRAM
1 8β‘1 1
$bot->runNext('nextCommandName', $user);Please open Telegram to view this post
VIEW IN TELEGRAM
3 9π3β‘1
Now you check the stats of your bot also
Please open Telegram to view this post
VIEW IN TELEGRAM
1 13π2β€1β‘1
BotBuildUp News
Please open Telegram to view this post
VIEW IN TELEGRAM
1 8
Please open Telegram to view this post
VIEW IN TELEGRAM
1 8
BotBuildUp News
Please open Telegram to view this post
VIEW IN TELEGRAM
1 2
Please open Telegram to view this post
VIEW IN TELEGRAM
1 3
Please open Telegram to view this post
VIEW IN TELEGRAM
Botbuildup
botbuildup β Telegram Bot Development Made Easy
botbuildup is a Telegram bot development platform with built-in methods and helpers to build, deploy, and scale bots faster.
1 2β1π1
Follow these simple steps to resolve the red dot issue in our code editor:
- Paste Your Code:
- Save Your Code:
- Refresh the Page:
That's it!
Please open Telegram to view this post
VIEW IN TELEGRAM
1 2π1
Bot List Updated! π
We've updated your bots list. If you encounter any issues or have questions, please don't hesitate to reach out. We're here to help!π€
We've updated your bots list. If you encounter any issues or have questions, please don't hesitate to reach out. We're here to help!
Please open Telegram to view this post
VIEW IN TELEGRAM
1 3
Exciting Update! π
We've just added a brand new "Commands" tab!π
Check it out and explore the list of available commandsπ€ . This new feature is designed to make it easier for you to modify your bot π¬ .
Help Us Improve!π
As we continue to refine this feature, we need your help!π€ If you encounter any issues or bugs while using the Commands tab, please report them to us π£ .
Your feedback is invaluable in helping us create a better experience for everyone!π
Thanks for your support!π
We've just added a brand new "Commands" tab!
Check it out and explore the list of available commands
Help Us Improve!
As we continue to refine this feature, we need your help!
Your feedback is invaluable in helping us create a better experience for everyone!
Thanks for your support!
Please open Telegram to view this post
VIEW IN TELEGRAM
1 5β‘1β€1π₯1
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "typing"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "upload_photo"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "record_video"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "upload_video"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "record_voice"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "upload_voice"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "upload_document"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "choose_sticker"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "find_location"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "record_video_note"
]);
$api->sendChatAction([
"chat_id"=> $chat_id,
"action"=> "upload_video_note"
]);
Please open Telegram to view this post
VIEW IN TELEGRAM
1 2 2
Hello, makers and friends!
Wishing you all a very Happy Republic Day!π Today, take the time to enjoy with your family and make a promise to work towards personal growth in the future.
We are excited to announce that weβll soon be live on the Paytm Community. Stay tuned, as weβll be bringing that to you in just a few days.
Thank you for your support!π
Wishing you all a very Happy Republic Day!
We are excited to announce that weβll soon be live on the Paytm Community. Stay tuned, as weβll be bringing that to you in just a few days.
Thank you for your support!
Please open Telegram to view this post
VIEW IN TELEGRAM
1 6π1
Please open Telegram to view this post
VIEW IN TELEGRAM
6 11π3
Please open Telegram to view this post
VIEW IN TELEGRAM
1β€3π1π1
The Membership System just got better! π
π What's New?
Now, checking your channel memberships is even easier! With a few simple methods, you can:
π Check if youβve joined the required channels.
π« Get an instant list of joined/not joined channels.
π₯ New Options for Flexibility!
The system now includes multiple methods for checking, so you have more control over how you use it. Check out the syntax below and customize to your needs!π‘
Available Options:
Check membership for multiple channels:
π This will check if you're a member of all the listed channels.
Get the list of channels youβre joined to:
π This will give you all the channels you are currently a member of.
Get the list of channels youβre not joined to:
π This will give you all the channels you still need to join.
Custom Callback for non-joined channels:
π This is optional! It allows you to set a custom callback when a user is not a member of a channel.
Example Workflow:
π Optional settings are there to make the bot fit your needs perfectly! π―
β€οΈ Letβs keep improving! β¨
Now, checking your channel memberships is even easier! With a few simple methods, you can:
The system now includes multiple methods for checking, so you have more control over how you use it. Check out the syntax below and customize to your needs!
Available Options:
Check membership for multiple channels:
$membership = libs::membership();
$is_member = $membership->check(["@botbuildup_news"], $user_id, $bot_token);
Get the list of channels youβre joined to:
$joined = $membership->getJoined();
Get the list of channels youβre not joined to:
$notJoined = $membership->getNotJoined();
Custom Callback for non-joined channels:
$membership->setOnNotJoin(function ($channel, $response){
/*Do whatever with data*/
}); Example Workflow:
$membership = libs::membership();
if($membership->check(["@channel"])){
$api->sendMessage([
'chat_id' => $chat_id,
'text' => "You're Member!"
]);
}
Please open Telegram to view this post
VIEW IN TELEGRAM
1 6π3β€1
$web3 = libs::Web3();
$walletData = $web3->create();
$web3->getWallet('your mnemonic words'); $web3->getWallet(privateKey: '0xPRIVATE_KEY'); $web3->setNetwork([ 'id' => 11155111, 'name' => 'Sepolia', 'url' => 'https://sepolia.infura.io/v3/YOUR_PROJECT_ID', 'symbol' => 'ETH' ]);
$network = $web3->getNetwork();
$balance = $web3->getBalance();
$balance = $web3->getBalance('0xTokenContractAddress'); $txHash = $web3->send('0xRecipientAddress', 0.01); $txHash = $web3->send('0xRecipientAddress', 100, contractAddress:'0xTokenContractAddress'); $tx = $web3->getTransaction('0xTransaction Hash'); $txReceipt = $web3->getTransactionReceipt('0xTransaction Hash'); π Smart Contract
$web3->setAbi($abi);
$result = $web3->callContractMethod('symbol', '0xContractAddress'); $info = $web3->getTokenInfo('0xTokenAddress'); $nonce = $web3->getNounce(); $gasPrice = $web3->getGasPrice(); $wei = $web3->toWei(0.01, 'ether'); $eth = $web3->fromWei($wei, 'ether');
Please open Telegram to view this post
VIEW IN TELEGRAM
6 7β€6π2π₯°2π₯1π1