Meet Our New Chat Gpt Bot (@FlexGpt_Bot)
Developed To Solve Your Problem & Quires, Etc.
We Are Going To Add More Feature, Soon...
Developed To Solve Your Problem & Quires, Etc.
We Are Going To Add More Feature, Soon...
👍2🎉2⚡1
📝 Edit Previous Message Of User
Api.editMessageText({
chat_id: user.telegramid,
message_id: message.message_id,
text: "This is the updated message text."
});
👍2🎉2🔥1
🌍 Send Location Bjs
Api.sendLocation({
chat_id: user.telegramid,
latitude: 37.7749,
longitude: -122.4194
});
👍3😘2❤1🎉1
Which You Want 🤔?
Reaction Be Dedo 😢
Reaction Be Dedo 😢
Final Results
64%
Bot & Code 📂
36%
Youtube Video (Unique Topic) 📹
👍2🎉2🥰1
🖼️ Get User Profile Photo
👀Command:
/image
Api.getUserProfilePhotos({
user_id: user.telegramid,
limit: 1,
on_result: "/profile"
});
👀Command:
/profile
let photos = options.result.photos;
if (photos && photos.length > 0) {
let photoFileId = photos[0][0].file_id;
Api.sendPhoto({
photo: photoFileId
})
}else{
Bot.sendMessage("Profile Image Not Found")
}
👍2🎉2🔥1
🎲 Send Dice Code
Api.sendDice({
emoji: "🎲" // Can also be 🎯, 🏀, ⚽, 🎳, or 🎰
});
👍2🎉2❤1
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