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
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
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
❤4🎉3
I am free now, suggest me what type of bot or video you want?
Comment Down 👇
❤6🤩2👍1
📍Bot Business New Keyboard Button Code
💭 Command:
🧑💻 Code:
©️ Credit: Anujj
💭 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
❤12👍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 😊
👍3💯2❤1
📂 Get User Shared File/Document Url
💭 Command:
Wait For Answer ✅
📩 Answer:
🧑💻 Code:
💭 Command:
🧑💻 Code:
💭 Command:
🧑💻 Code:
©️ Copyright By: Flex Coder
📞 Support: Flex Help
💭 Command:
/startWait 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
❤4⚡1👍1🥰1
Flex Coder
Complete 12 Reaction On This Post To Get Same Code, But Of Inline Button
👍3🥰2😘1
📍Bot Business New Inline Button Code
💭 Command:
🧑💻 Code:
©️ Copyright: Flex Coder
💭 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 👇
👍2❤1🐳1