Flex Coder
2.09K subscribers
332 photos
56 videos
2 files
307 links
Uɴʟᴇᴀsʜ Tʜᴇ Pᴏᴡᴇʀ Oғ Bᴏᴛ Cᴏᴅɪɴɢ. Gᴇᴛ Fʀᴇᴇ Bᴏᴛ & Cᴏᴅᴇ Oɴ Oᴜʀ Cʜᴀɴɴᴇʟ 🧑‍💻

🔰 Oᴜʀ Yᴏᴜᴛᴜʙᴇ Cʜᴀɴɴᴇʟ: https://www.youtube.com/@Flex_Coder

📞 Cᴏɴᴛᴀᴄᴛ Us Oɴ: @Flex_Hide
🌐 Oɴʟɪɴᴇ Fʀᴏᴍ: 3\07\2024
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Get Telegram Userid, Channel ID & More...
5👍3
Due to some personal reasons, I haven’t been able to upload content or reply to some DMs lately.

I’m really sorry about that 🙏 Thank you for your patience and support ❤️
I’ll be back soon
🥺
4👍2🔥2
Anyone facing this problem with youtube 🤔?
9👍2
This media is not supported in your browser
VIEW IN TELEGRAM
Host Node.js In Termux 🧑‍💻
4👍1🙏1
Thanks For 800 Subscriber 😘

I wasn't able to upload content or reply to DMs due to some work as I mentioned earlier, but thank you for your patience and for helping me reach 800 subscribers, just wait a few more days and you’ll get some amazing content soon

Channel
5🎉3
I am free now, suggest me what type of bot or video you want?

Comment Down 👇
7🤩2👍1
📍Bot Business New Keyboard Button Code

💭 Command:
/start
🧑‍💻 Code:
Api.sendMessage({
  text: `*🔥 New Keyboard Buttons Ui*`,
  parse_mode: "Markdown",
  reply_markup: {
    keyboard: [
      [
        { text: "Normal"},
        { text: "Primary",style: "primary"}
      ],
     [
        { text: "Success", style: "success" },
        { text: "Danger", style: "danger" }
      ]
    ],
    resize_keyboard: true
  }
});


©️ Credit: Anujj
Complete 12 Reaction On This Post To Get Same Code, But Of Inline Button
13👍2🥰2😁2🔥1
Flex Coder
Complete 12 Reaction On This Post To Get Same Code, But Of Inline Button
Completed reaction target to get inline button (callback) code 😊
👍4💯21
Happy Hoil To All Member
3👍1🔥1🥰1👏1
📂 Get User Shared File/Document Url

💭 Command:
/start
Wait For Answer
📩 Answer: *Send Your Documents 👇*
🧑‍💻 Code:

var fileId = request.document.file_id;

HTTP.get({
  url: "https://api.telegram.org/bot" + bot.token+ "/getFile?file_id=" + fileId,
  success: "/success",
  error: "/error"
});

💭 Command: /success
🧑‍💻 Code:

var result = JSON.parse(content); 
    var Path = result.result.file_path;
    var Url = "https://api.telegram.org/file/bot" +bot.token+ "/" + Path;

Bot.sendMessage("Here is your file url:" +Url)

💭 Command: /error
🧑‍💻 Code:
Bot.sendMessage("Something Went wrong ")


©️ Copyright By: Flex Coder
📞 Support: Flex Help
41👍1🥰1
Flex Coder
Complete 12 Reaction On This Post To Get Same Code, But Of Inline Button
Only some reaction left, complete & Get code 🤗
👍4🥰2😘1
📍Bot Business New Inline Button Code

💭 Command: /start
🧑‍💻 Code:
Api.sendMessage({
  text: "*🔥 New Inline Buttons UI*",
  parse_mode: "Markdown",
  reply_markup: {
    inline_keyboard: [
      [
      { text: "Normal",callback_data: "normal"},
        { text: "Primary",callback_data: "primary",style: "primary"}
      ],[
        { text: "Success",callback_data: "success",style: "success"},
        { text: "Danger",callback_data: "danger",style: "danger"}
      ]
    ]
  }
});

©️ Copyright: Flex Coder
⚠️ Note: If you find any problem in code, comment down 👇
👍31🐳1
Next which code 🤔?

Comment Down 👇
😁52👍1
💭 Bot Business Group Auto Welcome Code

📍Command:
/start
🧑‍💻 Code:

var newJoined = request.new_chat_members

if (newJoined.length > 0) {
  let fname = newJoined[0].first_name
  Bot.sendInlineKeyboard(
    [
      [{ title: " Join Channel", url: "https://telegram.dog/Flex_Coder" }]
    ],
    "👋🏻 Hi [" +
      fname +
      "](tg://user?id=" +
      newJoined[0].id +
      ").\nWelcome to the chat.",
    { is_reply: true }
  )
}

©️ Copyright: Flex Coder
⚠️ Note: If you find any problem in code, comment down 👇
3👍2🔥1🥰1
😅 Almost a month has passed and I still haven’t uploaded a long video yet.

I know many of you were waiting for it.Yesterday I explained the reasons behind the delay.

🙏But don’t worry… a new long video is coming soon.

Thanks for being patient and supporting me. ❤️
3👍1😍1
New Video Uploaded 👇
https://youtu.be/YYN_c0VAv3A

📹 Video Description:
In this video I have talk why video are not coming. I really sorry for that. Further something new is coming which I will post on channel and regarding long video, they are coming soon.

⚠️ Note: Subscribe Backup Channel: https://youtube.com/@flecdev
👍21🔥1👏1😁1👌1
This media is not supported in your browser
VIEW IN TELEGRAM
Why Openclaw is popular? Want full video 🤔
1👍1😁1
Want some html, css and some website related videos🤔?

If "Yes" Give Reaction 👍
👍7🔥32🆒1