I am tried making one telegram bot which is made using polling, not of webhook. Please suggest me any hosting website which host polling telegram bot
Comment now 👇
❤2👍2⚡1🔥1
Flex Coder
I am tried making one telegram bot which is made using polling, not of webhook. Please suggest me any hosting website which host polling telegram bot Comment now 👇
Thanks to all the friends who suggested websites for me 🙏
I really appreciate you taking the time to help and share your suggestions 😊✨
I really appreciate you taking the time to help and share your suggestions 😊✨
⚡2❤2👍1
New Video Uploaded 👇
https://youtu.be/7w5k75BdY0o
📹 Video Description:
This Bot Is For Beginners Who Are Starting Their Telegram Journey. In The Beginning, They Won’t Have Many Members Who Engage In Their Posts By Giving Reactions. This Bot Need To Code One Bot To Get Multiple Reactions.
https://youtu.be/7w5k75BdY0o
📹 Video Description:
This Bot Is For Beginners Who Are Starting Their Telegram Journey. In The Beginning, They Won’t Have Many Members Who Engage In Their Posts By Giving Reactions. This Bot Need To Code One Bot To Get Multiple Reactions.
⚠️ Note: Subscribe Backup Channel: https://youtube.com/@flecdev
❤4🔥2👍1
Flex Coder
New Video Uploaded 👇 https://youtu.be/7w5k75BdY0o 📹 Video Description: This Bot Is For Beginners Who Are Starting Their Telegram Journey. In The Beginning, They Won’t Have Many Members Who Engage In Their Posts By Giving Reactions. This Bot Need To Code One…
Watch and give like as well do comment in video 😊
❤5👍3⚡1👏1
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
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