Meta Apis
Open in Telegram
✅ Free Premium Telegram Bot Api Running 24hours 📊 Check Out Our Bots Api Status Here https://stats.uptimerobot.com/p64EDs9KYO/791363666
Show moreThe country is not specifiedThe category is not specified
506
Subscribers
No data24 hours
No data7 days
No data30 days
Data loading in progress...
Similar Channels
No data
Any problems? Please refresh the page or contact our support manager.
Tags Cloud
No data
Any problems? Please refresh the page or contact our support manager.
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
May '25
May '25
+407
in 0 channels
April '250
in 0 channels
Get PRO
March '250
in 0 channels
Get PRO
February '250
in 0 channels
Get PRO
January '250
in 0 channels
Get PRO
December '240
in 0 channels
Get PRO
November '240
in 0 channels
Get PRO
October '240
in 0 channels
Get PRO
September '240
in 0 channels
Get PRO
August '24
+11
in 0 channels
Get PRO
July '240
in 0 channels
Get PRO
June '24
+8
in 0 channels
Get PRO
May '240
in 0 channels
Get PRO
April '240
in 0 channels
Get PRO
March '240
in 2 channels
Get PRO
February '240
in 0 channels
Get PRO
January '24
+81
in 0 channels
Channel Posts
❓How To Broadcast Message To Your Bot Users Using MetaApis For bots.business
🧩 Command:-
/broadcast
✅ Wait For Answer:- On
✉️ Answer:- Send me message to broadcast
🖥 BJS :-
if (message) {
Bot.setProp('broadcastMessage', message, 'string');
Bot.runCommand('/JTbroadcast');
}
🧩 Command:- /JTbroadcast
🖥 BJS :-
const bbApiKey = 'PLEASE_CHANGE_ME_WITH_YOUR_BB_API_KEY';
const broadcastCommand = '/JTbroadcast';
const messageText = Bot.getProp('broadcastMessage') || 'Hello User!';
if (content) {
if (params === 'users') {
const webhookUrl = Libs.Webhooks.getUrlFor({
command: `${broadcastCommand} statistics`,
user_id: user.id
});
try {
const regex = /"telegramid":(\d+)/g;
const telegramIds = [];
let match;
while ((match = regex.exec(content)) !== null) {
telegramIds.push(match[1]);
}
HTTP.post({
url: `https://botapi.koyeb.app/broadcast`,
body: { token: bot.token, chatIds: telegramIds, webhookUrl, messageText },
success: `${broadcastCommand} broadcast`,
background: true
});
} catch (error) {
Bot.sendMessage('Error processing content.');
}
} else if (params === 'broadcast') {
Bot.sendMessage(content);
} else if (params === 'statistics') {
const status = JSON.parse(content);
const message = `🚀 **Status Report**\n\n` +
`📩 **Total Messages Attempted:** ${status.totalMessagesAttempted}\n` +
`✅ **Total Success:** ${status.totalSuccess}\n` +
`❌ **Total Failures:** ${status.totalFailures}\n` +
`⏱ **Total Time Taken:** ${status.totalTimeTaken} seconds`;
Bot.sendMessage(message);
}
} else {
HTTP.get({
url: `https://api.bots.business/v1/bots/${bot.id}/users?api_key=${bbApiKey}`,
success: `${broadcastCommand} users`,
background: true
});
}
➖➖➖➖➖➖➖➖➖➖➖➖➖
©️ Channel :- @MetaApis
⚠️ Please report error to me if happens| 2 | 🆕 Telebotcreator Unofficial API
Check out the documentation site for demo and examples code.
➖➖➖➖➖➖➖➖➖➖➖➖➖
👁🗨 Documentation: https://botapi.koyeb.app/tbc
👨💻 Channel :- @TCBotCodes
©️ Channel :- @MetaApis
⚠️ Please report error to me if happens | 0 |
