Skip to main content

Happy Independence Day 2021 ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ณ

Happy Independence Day 2021 ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ณ


Sare Bande 1 Din Ke Liye Apne Desh Ka Flag Apne DP Me Lagaye ❤️


World  Ko Bhi Pata Chalna Chahiye Na Indians Public Ki Power๐Ÿ˜‰

Comments

Popular posts from this blog

How to create telegram refere and earn bot without knowing coding

๐ŸคฉHow to create telegram refere and earn bot without knowing coding . STEP 1 =  First go to BotFather and create a bot copy the bot toke. ⚠️ If you don't know how to create bot by BotFather Than Whatch this video ๐Ÿ‘‡ https://youtu.be/kTqM10ipbsg STEP 2 =  Go to bots.business Click on new bot.  STEP 3 =  Paste your token and install all lab.  STEP 4 =  Paste all Command who gives below.  ⚠️You you have any problems than watch this video ๐Ÿ‘‡ ๐Ÿ’ก Command  = /start ๐ŸŒ Bjs = let stat = Bot.getProperty(""+user.telegramid+""); if (stat=="ban"){ Bot.sendMessage("*❌You are Banned to Use These Bot*"); }else{ var mode = Bot.getProperty("mode") if(mode == "On"){ Bot.sendMessage("*⚠️Bot Is Currently On Maintainace Mode Come Back Later.*") }else{ var button = [{ title: "✅ check", command: "✅ check" }] Bot.sendInlineKeyboard(   button,   "*Subscribe Our Channels If You Want To Start The Bot And Earn From I...

"Download YouTube Video By telegram Bot " Telegram BOT Codes

๐Ÿ’ก "Download YouTube Video By telegram Bot " Telegram BOT Codes  ๐Ÿค– Command = /download ⏳ Answer = ๐Ÿ‘จ‍๐Ÿ’ป send YouTube Video Url To Download ✅Wait For Answer = On ๐Ÿท BJs =  function validURL(url) {   var regex = /^((?:https?:)?\/\/)?((?:www|m)\.)?((?:youtube\.com|youtu.be))(\/(?:[\w\-]+\?v=|embed\/|v\/)?)([\w\-]+)(\S+)?$/   return regex.test(url) } if (validURL(message)) { Api.sendVideo({video: "https://coinsky.xp3.biz/api/youtube/download.php?url="+message+"", caption: "*⏳ Video Generated By @HBtechGyan*", parse_mode: "markdown"}) return }else Bot.sendMessage("*Invalid YouTube Video Url or video Doesn't Exists*") ๐Ÿ‘จ‍๐Ÿ’ปCoded By :- HB tech Gyan                           Releted video 

"Generate Quots" Telegram BOT Codes

  ๐Ÿ’ก " 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