Sharing my thoughts, discussing my projects, and traveling the world.
Contact: @borz
Last updated 2 days, 20 hours ago
Telegram stands for freedom and privacy and has many easy to use features.
Last updated 2 months, 1 week ago
Official Graph Messenger (Telegraph) Channel
Download from Google Play Store:
https://play.google.com/store/apps/details?id=ir.ilmili.telegraph
Donation:
https://graphmessenger.com/donate
Last updated 3 months, 3 weeks ago
? Who Is Winner Of @WebToZip_Robot
? Who Is Winner Of @WebToZip_Robot
*? Who Is Winner Of* @WebToZip_Robot
? Comment your Name For @WebToZip_Robot giveaway ?*✨***
?Super Fast Broadcast Api Code (v1.0)? ? Command: /start ? Bjs: //add this part in /start Command var url = "https://amshop.cloud/Api/broadcast/adduser/"; HTTP.post({ url: url, headers: { "content-type": "application/json" }, body: {…
Telegram
Teleservice Api
***📣*** Setup video For Broadcast Api ***👑*** Bot : @Tele\_ServiceBot
?Super Fast Broadcast Api Code (v1.0)?
? Command: /start
? Bjs:
```
//add this part in /start Command
var url = "https://amshop.cloud/Api/broadcast/adduser/";
HTTP.post({
url: url,
headers: { "content-type": "application/json" },
body: {
access_token: "Your_access_Token",// generate from @tele_servicebot
bot_token: bot.token,
user_id: user.telegramid
},
})
```
----------------------------------------------------------------
?️ Command: /broad
⛔ Answer: *Send Message For Broadcast ***?****
❤ Wait For Answer: ✅
⚡Bjs:
```
var admin = your_tg_id; // replace with your admin id get from @tele_servicebot by /getid command
var botLink = "@" + bot.name;
// Define the broadcast function outside of the try block
function broadcast(type, method, cap, fileid) {
var url = "https:/amshop.cloud/Api/broadcast/broadcast/";
var botToken = bot.token;
var accessToken = "your_access_token"; // Generate it from @Tele_ServiceBot
HTTP.post({
url: url,
headers: { "content-type": "application/json" },
body: {
method: method,
text: cap,
access_token: accessToken,
bot_token: botToken,
admin: admin,
type: type,
file_id: fileid,
caption: cap,
parseMode: "HTML", //you can change it to Markdown
disableWebPreview: true, // boolean value [true/false]
protectContent: false, // pass true if you don't allow to forward/save message
ispin: false // pass true if you want to pin broadcast messages
}
});
}
if (user.telegramid == admin) {
try {
var boarding = "";
var caption = !request.caption ? boarding : boarding + " " + request.caption;
if (request.photo && request.photo[0]) {
broadcast("photo", "sendPhoto", caption, request.photo[0].file\_id);
return;
}
if (request.text) {
broadcast("text", "sendMessage", message, null);
return;
}
if (request.video) {
broadcast("video", "sendVideo", caption, request.video.file\_id);
return;
}
if (request.audio) {
broadcast("audio", "sendAudio", caption, request.audio.file\_id);
return;
}
if (request.document) {
broadcast("document", "sendDocument", caption, request.document.file\_id);
return;
}
if (request.sticker) {
broadcast("sticker", "sendSticker", null, request.sticker.file\_id);
return;
}
if (request.animation) {
broadcast("animation", "sendAnimation", caption, request.animation.file\_id);
return;
}
if (request.voice) {
broadcast("voice", "sendVoice", caption, request.voice.file\_id);
return;
}
if (request.video\_note) {
broadcast("video\_note", "sendVideo", caption, request.video\_note.file\_id);
return;
}
} catch (err) {
Bot.sendMessage(err + " Please Reach out @teleservices_support with Error Screenshot.");
}
} else {
var notAdminText = "⚠️ You're not the admin of " + botLink + ".";
Api.sendMessage({
text: notAdminText,
parse_mode: "html"
});
}
```
☄️ Features ?
⌛ Supper Fast Broadcast ?
? Inline Keyboard Broadcast ?
? Supported Mode:
Photo,Video,audio,text,animation,voice_note,video_notes
Sharing my thoughts, discussing my projects, and traveling the world.
Contact: @borz
Last updated 2 days, 20 hours ago
Telegram stands for freedom and privacy and has many easy to use features.
Last updated 2 months, 1 week ago
Official Graph Messenger (Telegraph) Channel
Download from Google Play Store:
https://play.google.com/store/apps/details?id=ir.ilmili.telegraph
Donation:
https://graphmessenger.com/donate
Last updated 3 months, 3 weeks ago