uk
Feedback
Esko Coding

Esko Coding

Відкрити в Telegram
3 074
Підписники
-1224 години
-287 днів
-14130 день
Архів дописів
🦝 Chat GPT 4 Bot የምትሰሩበት Code ✅ Bots Business Application 🚀 Command : /ai ⏳ Wait for answer : ✅ On (On ማድረግ አለባችሁ) 📄 Answer : How can I assist you today? If you have any questions or need help with something, feel free to ask! 🛠 BJS Code :
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "typing"
})
Api.sendChatAction({
  chat_id: chat.chatid,
  action: "typing"
})

HTTP.get({ url:"https://gpt.hazex.workers.dev/?ques="+encodeURIComponent(message) +"",
  success: "/success"
})
🚀 Command : /success ⏳ Wait for answer : ❌ Off 🛠 BJS Code :
var answer = JSON.parse(content).answer; 
var error = JSON.parse(content).error; 
if (answer) {
    Bot.sendMessage(answer);
} else if ((error) == true){
    Bot.sendMessage("There is an error."); 
}
⚡️Posted on : @EskedarEjiguOffialAPI Credits : @HazexAPI ©️ This code's contents are modified and the API is switched by FlashCom you have no rights on changing the API Creditor and this Copyright Notice.

✅ Ai Voice Generate የሚያደርግ ቦት ሙሉ አሰራር፣ በቀላሉ የተብራራ።( Text ወደ ንግግር የሚቀይር Bot) YouTube Video : እዚ ጋ ንኩ Code: ከላይ አለ Channel: @Es
✅ Ai Voice Generate የሚያደርግ ቦት ሙሉ አሰራር፣ በቀላሉ የተብራራ።( Text ወደ ንግግር የሚቀይር Bot) YouTube Video : እዚ ጋ ንኩ Code: ከላይ አለ Channel: @EskedarEjiguOfficial

✅ Ai Voice Generate የሚያደርግ ቦት Bjs( Text ወደ Speech የሚቀይር ቦት) Bots business Application ☑️Command: Your Command Answer : *Enter a Text to Convert to Speech!* Wait for Answer On(On ማድረግ አለባችሁ) 📖 Bjs: var api = "3f5866ce7e32445f903e48fb27e58796"//get it from https://voicerss.org Api.sendAudio({   audio:"api.voicerss.org/?key="+api+"&hl=en-us&r=-1&c=MP3&src="+message,   caption:"*📔 Here is your Speech!!\n\n💫Generated by @"+bot.name+"*",   parse_mode:"markdown" }) Channel: @EskedarEjiguOfficial