π‘ "Generate Quots" Telegram BOT Codes
π€ Command = π Generate Quots
π· BJs = Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
HTTP.get({
url: "https://api.quotable.io/random",
success: "/onLoading "})
π€ Command = /onLoading
π· BJs = Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
var c = JSON.parse(content)
var t = c.author
var y = c.content
Api.sendMessage({text:"*Quote:* " + y +"\n\n*Author:* "+t+"",parse_mode: "Markdown"})
π¨π»Coded By :- HB tech Gyan
Releted video
Comments
Post a Comment