๐ VOIDX RESTRICTED SAVER BOT ๐ก๏ธ
Tired of โThis message cannot be forwardedโ?
No worries โ VOIDX is here!
โจ What it can do:
๐น Save restricted videos, photos & files
๐น Works with private channels (API login)
๐น Batch download using range links ๐
๐น Smart captions & custom thumbnails
๐น Ultra-fast Pyrogram based speed
๐ How to use:
1๏ธโฃ /start the bot
2๏ธโฃ Login ๐
3๏ธโฃ Send restricted link
4๏ธโฃ Get your file instantly โก
๐จโ๐ป Built with โค๏ธ by SHIVA CHAUDHARY
๐ Start Now:
๐ Click Here to Start the Bot
Tired of โThis message cannot be forwardedโ?
No worries โ VOIDX is here!
โจ What it can do:
๐น Save restricted videos, photos & files
๐น Works with private channels (API login)
๐น Batch download using range links ๐
๐น Smart captions & custom thumbnails
๐น Ultra-fast Pyrogram based speed
๐ How to use:
1๏ธโฃ /start the bot
2๏ธโฃ Login ๐
3๏ธโฃ Send restricted link
4๏ธโฃ Get your file instantly โก
๐จโ๐ป Built with โค๏ธ by SHIVA CHAUDHARY
๐ Start Now:
๐ Click Here to Start the Bot
โค2๐ฅ2
๐จ Button Color Customization Update
Now you can change the color of inline buttons using the style property.
โ Available Button Styles
๐ Example /start Command Code
Just change the style value to update the button color.
๐ข Channel: @Doraxcodes
๐จโ๐ป Dev / Owner: @Dorabita007
Now you can change the color of inline buttons using the style property.
โ Available Button Styles
โญ๏ธBlue โ primary๐ Example Code
โญ๏ธRed โ danger
โญ๏ธGreen โ success
[
{ text: "Green Colour", callback_data: "/command", style: "success" }
]
๐ Example /start Command Code
Api.sendMessage({
text: "๐ฏ Welcome to Doraxcodes Bot\n\nChoose an option below:",
reply_markup: {
inline_keyboard: [
[
{ text: "๐ข Green Button", callback_data: "/green", style: "success" }
],
[
{ text: "๐ต Blue Button", callback_data: "/blue", style: "primary" }
],
[
{ text: "๐ด Red Button", callback_data: "/red", style: "danger" }
]
]
}
});Just change the style value to update the button color.
๐ข Channel: @Doraxcodes
๐จโ๐ป Dev / Owner: @Dorabita007
โค9๐ฅ3๐ฅฐ1๐1
This media is not supported in your browser
VIEW IN TELEGRAM
โจ Update from @DoraxcodesBot! โจ
Weโve removed two irritating features to give you a smoother experience ๐
๐จ Weโre also improving the Clone Bot user interface, coming very soon!
๐ Show your love & support by giving your helpful reaction to Doraxcodes.
๐ค Create your own Telegram bot without any coding โ fast & easy.
๐ Try it now:
With ๐ by @Doraxcodes & Team โค๏ธ
Weโve removed two irritating features to give you a smoother experience ๐
โ Must Join Doraxcodes Channel button โ Removed!
๐ซ Bot Cloning Limit โ Removed!
โ Now you can clone unlimited bots without any restriction.
โ No forced channel join โ just pure freedom.
๐จ Weโre also improving the Clone Bot user interface, coming very soon!
๐ Show your love & support by giving your helpful reaction to Doraxcodes.
๐ค Create your own Telegram bot without any coding โ fast & easy.
๐ Try it now:
๐น @DoraxcodesBot
๐น @Doraxcodesbot
With ๐ by @Doraxcodes & Team โค๏ธ
โค6
Example Bjs of using custom icons in replymarkups buttons
Command -
Bjs -
By - @CyberXCoding
Command -
/iconBjs -
Api.sendMessage({
chat_id: chat.id,
text: "Example of custom icons.",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [
[
{
text: "Support",
url: "https://t.me/chatbotsbusiness",
icon_custom_emoji_id: "5364288683824401154"
},
{
text: "Website",
url: "https://app.bots.business",
icon_custom_emoji_id: "6316411739969687815"
}
],
[
{
text: "Developer",
url: "tg://user?id=8157285805",
icon_custom_emoji_id: "5258203794772085854"
}
]
]
}
});By - @CyberXCoding
Note: the bot owner must have a Telegram Premium to use this.
โค6๐ฅฐ3
One more example about using Premium emoji in bot + 1 emoji id of cutie
Command -
Bjs -
โ ๏ธNote
By - @CyberXCoding
Channel - @Doraxcodes
Command -
/emojiBjs -
let text = '<tg-emoji emoji-id="4956259055468282692">๐</tg-emoji> Hello! This is a premium emoji message.';
Api.sendMessage({
text: text,
parse_mode: "HTML"
});
let text2 = 'Check these out: <tg-emoji emoji-id="5422699019279283099">๐ฅฐ</tg-emoji> and <tg-emoji emoji-id="4956259055468282692">๐</tg-emoji>';
Api.sendMessage({
text: text2,
parse_mode: "HTML"
});
โ ๏ธNote
You(Bot Owner) Must Have Premium To Use This Code
By - @CyberXCoding
Channel - @Doraxcodes
โค12
๐ Group DP Changer Bjs ( via Api )
Command:
Bjs:
Developer - @CyberXCoding
Command:
/set_dpBjs:
let imageUrl = params // ( your choice , give url in params or in message )
if (!imageUrl) {
Bot.sendMessage(
"โ Please provide an image URL.\n\nUsage: /set <image_url>"
)
return
}
let apiUrl =
"https://photo.trendtubechannel.workers.dev/?" +
"chat_id=" +
encodeURIComponent(chat.chatid) +
"&bot_token=" +
encodeURIComponent(bot.token) +
"&image_url=" +
encodeURIComponent(imageUrl)
// Call API
HTTP.get({
url: apiUrl,
success: "โ Group DP set successfully.",
error: "โ Failed to set group DP. Check the URL."
})
Usage:
/set_dp {image_url}/set_dp https://imgdrive.42web.io/uploads/4A8vH.jpgDeveloper - @CyberXCoding
โค6๐2
Added New Bot(s) To @Doraxcodesbot
โค6๐6๐1
Join Live stream for any doubt related to @Doraxcodesbot
10๐4โค3๐ฅ1
๐ฎ๐ณ 14th February โ Black Day
Humble tribute to the brave martyrs of Pulwama. ๐
โค17
New Bots Added ๐ฅ
โก๏ธCreate Your Own Bot Free Without Coding : @Doraxcodesbot
Start Bot Again For New Bots โค๏ธ
โก๏ธCreate Your Own Bot Free Without Coding : @Doraxcodesbot
โค11
Audio
โค4๐ฅ4
Anonymous Poll
46%
UPI ( Auto Payment Chance h km)
45%
Star โญ ( Direct Withdrawal auto payment โ
)
9%
Other mf Come In Comments
โค6๐ฅฐ3๐2
@Username_To_NummberBot
Use
This Will Come Soon Due To My Exams That Bot Is post Pounded Bcz I don't Won't Any Type Of Disturbance Around that bot
Use
/clone To Create Your Own For Free ๐This Will Come Soon Due To My Exams That Bot Is post Pounded Bcz I don't Won't Any Type Of Disturbance Around that bot
โค6
๐ New Bot Codes Provider Bot is Live!
๐ค @BotCodezbot
๐ค @BotCodezbot
๐ฌ Got a cool name or logo idea for this bot?
Drop your suggestions in comments ๐ ๐
๐ค @BotCodezbot
๐ค @BotCodezbot
โจ Get 100% FREE Bot Codes
โก Direct Codes for Bot.Business (BB)
๐ฌ Got a cool name or logo idea for this bot?
Drop your suggestions in comments ๐ ๐
๐4โค3
COMMENT BOT USERNAME/WEB URL/AI AGENT JO TUMHE BNANA HAI JISKE SABSE ZADA COMMENTS HONE VO FREE MEIN BNAKE DUNGA
(FREE HOSTING) ๐๐ผ๐ฅ
#FREEOFFER ๐
(FREE HOSTING) ๐๐ผ๐ฅ
#FREEOFFER ๐
โค3