Use Flex Delete To Delete Your Group Message Using One Command.
Features 👇
➡️ Only Admin Use Command
➡️ Just Add Bot In Channel
➡️ Message Will Delete Easily
➡️ No Ads, Promotion On Group
Features 👇
➡️ Only Admin Use Command
➡️ Just Add Bot In Channel
➡️ Message Will Delete Easily
➡️ No Ads, Promotion On Group
👍2🎉2❤1🔥1
📊 Send Poll Message Code
Api.sendPoll({
chat_id: chat.chatid,
question: "What's your favorite color?",
options: JSON.stringify(["Red", "Blue", "Green", "Yellow"])
});
🎉3😘2
🗺️ Send Venue Code
Api.sendVenue({
chat_id: chat.chatid,
latitude: 40.748817,
longitude: -73.985428,
title: "Empire State Building",
address: "350 5th Ave, New York, NY 10118"
});
👍4😘2🎉1
🖌️ Code Message By Message Id
Api.copyMessage({
chat_id: chat.chatid,
from_chat_id: chat.chatid,
message_id: 12345 // Replace with the actual message ID you want to copy
});
👍3🔥2🎉2❤1
Trying To Make Bjs Coder Helper Bot. It Will Take Time.
So Till Than That You Use Our Api And Bot 🤗
So Till Than That You Use Our Api And Bot 🤗
👍1🎉1🙏1😍1
This media is not supported in your browser
VIEW IN TELEGRAM
Only One Response Completed 😮💨
Doing Api Manually, All Code You Will Get Manually Typed By Me 😁
Doing Api Manually, All Code You Will Get Manually Typed By Me 😁
👌4👍1🥰1🎉1
📃 Get Refer List Of Other Users
👀Command:
/refer
Bot.run({
command: "/getRefer",
user: 12345678
});
👀Command:
/getRefer
let refList = RefLib.getRefList();
if (!refList.exist) {
Bot.sendMessage("No any affiliated users");
return
}
let users_rows = ""
let users = refList.getUsers();
for (var ind in users) {
users_rows = users_rows + "\n👤 " + Libs.commonLib.getLinkFor( users[ind] )
}
let msg =
"*Total users:* " +
RefLib.getRefCount() +
"\n _the first user was tracked:_ \n" +
" _" +
refList.created_at +
"_" +
"\n----" +
users_rows
Api.sendMessage({
text: msg,
parse_mode: "markdown",
chat_id: your_telegram_id
})
🔥2🥰1🎉1
New Video 👇
https://youtu.be/ByZN80VCj4U?si=CVnv-FMA6fGWRyyl
Aagr Channel Ko Subscribe Nhi Kiye Hai To Jaldi Karo: [Click Here] Q Ki Bhot Kuch Channel Pe Video Aane Wale Hai 😁
👍2🥰1🎉1😍1
📝 Edit Message Bjs Code With Button
Api.editMessageText({
chat_id: chat.id, // Required: ID of the chat where the message is located
message_id: request.message.message_id, // Required: ID of the message to edit
text: "Updated text here", // The new text for the message
parse_mode: "HTML", // Optional: Parsing mode (Markdown or HTML)
reply_markup: { inline_keyboard: [[{ text: "Button", callback_data: "callback_data" }]] } // Optional: New inline keyboard
});
🥰1👏1🎉1
🖌️ Edit Reply Message Bjs
Api.editMessageReplyMarkup({
chat_id: chat.id, // Required: ID of the chat
message_id: request.message.message_id, // Required: ID of the message
reply_markup: { inline_keyboard: [[{ text: "New Button", callback_data: "new_callback_data" }]] } // The updated inline keyboard
});
❤1👍1🎉1😍1
🌐 Edit Live Location Bjs With Button
Api.editMessageLiveLocation({
chat_id: chat.id, // Required: ID of the chat
message_id: request.message.message_id, // Required: ID of the message
latitude: 37.7749, // Required: New latitude
longitude: -122.4194, // Required: New longitude
reply_markup: { inline_keyboard: [[{ text: "Stop Sharing", callback_data: "stop_sharing" }]] } // Optional: Inline keyboard
});
👍2🎉1🤩1😘1
🌀 Stop Live Location Bjs With Button
Api.stopMessageLiveLocation({
chat_id: chat.id, // Required: ID of the chat
message_id: request.message.message_id, // Required: ID of the message
reply_markup: { inline_keyboard: [[{ text: "Stopped", callback_data: "stopped" }]] } // Optional: Inline keyboard
});
👍2🔥1🥰1🎉1
🖼️ Edit Image Bjs With Button
Api.editMessageMedia({
chat_id: chat.id, // Required: ID of the chat
message_id: request.message.message_id, // Required: ID of the message
media: {
type: "photo", // Media type: "photo", "video", "document", etc.
media: "https://example.com/new-image.jpg", // URL or file ID of the new image
caption: "Updated image caption", // Optional: New caption
parse_mode: "HTML" // Optional: Parsing mode for caption (HTML or Markdown)
},
reply_markup: {
inline_keyboard: [[{ text: "New Button", callback_data: "new_callback_data" }]] // Optional: New inline keyboard
}
});
🥰1👏1🎉1