Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS]
119 subscribers
1.56K photos
1.97K videos
945 files
16K links
Telegram Channel by @roadtopetabyte http://pixly.me/rtp - Announcements: @rtptme
Download Telegram
Telegram bot linked with Instagram
I don't want to install Instagram on my phone but want all the notifications like the follow requests and messages etc. on my telegram bot. Is it possible to build such a bot?
Submitted April 15, 2024 at 09:12AM by Tulsi_Relia
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c4g02a/telegram_bot_linked_with_instagram/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Do bots keep my messages forever after deleting my account?
No text found
Submitted April 15, 2024 at 10:40AM by kentakeyyy
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c4h8p3/do_bots_keep_my_messages_forever_after_deleting/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
485 terrorist bots and channels banned on April, 14.
Total this month: 7348
Report terrorist content using the in-app 'Report' button or to [email protected].
1943 groups and channels related to child abuse banned on April, 14.
Total this month: 31441
Report child abuse using the in-app 'Report' button or to [email protected].
🗂Welcome to @BotsArchive, the most powerful archive in the telegram bots history.

Here we will post new useful bots almost everyday, feel free to use our bot @BotsArchiveBot to suggest new ones or search them in our database.

🌐 Website: http://www.botsarchive.com
APIs: http://www.botsarchive.com/docs.html
👤Get in touch with us: @BotsArchiveSupportbot

🏆 BEST NEW BOTS OF THE WEEK 🏆

🥇 pokeplaybot - ⭐️⭐️⭐️⭐️ (3.9/5 on 168 votes)
🥈 TypingGameBot - ⭐️⭐️⭐️⭐️ (3.8/5 on 172 votes)
🥉 ProtectYourGroupsRobot - ⭐️⭐️⭐️⭐️ (3.9/5 on 139 votes)

🏆 BEST BOTS OF ALL TIME 🏆

🥇 music editor - ⭐️⭐️⭐️⭐️⭐️ (4.9/5 on 36148 votes)
🥈 🎧 Music Downloader - ⭐️⭐️⭐️⭐️⭐️ (4.7/5 on 25800 votes)
🥉 Screenshot Generator Bot - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 8800 votes)
This media is not supported in your browser
VIEW IN TELEGRAM
ℹ️ Start Page

Telegram Business lets you customize the start page for empty chats – adding your own text and a unique sticker.

Subscribe All Business Features
This media is not supported in your browser
VIEW IN TELEGRAM
🔗 Links to Chat

Business users can create unique links that instantly open a chat with the business and suggest a message in the input field.

These links are in t.me format, so you can use them in chats or anywhere else – like a button on your website or a QR code on a menu.

Subscribe All Business Features
This media is not supported in your browser
VIEW IN TELEGRAM
🤖 Chatbots for Business

Businesses can connect a Telegram bot to their account that will process and answer messages on their behalf. You can control which chats the bot is able to access – like excluding chats with your contacts or only responding to new chats.

Developers can enable Business Mode in @BotFather to integrate their bots with Telegram Business.

Subscribe All Business Features
Key Advantages of Nicegram Assistant!

Discover the transformative advantages of the Nicegram Profile for your Nicegram account:

🎨 Customization: Personalize your chat experience with exclusive settings.
🧠 Advanced Tools: Access AI tools for smarter, efficient communication.
💬 Enhanced Messaging: Enjoy richer, more dynamic chat functionalities.
🌟 Profit Integration: Earn rewards through activities and referrals directly from your profile.
🏆 Daily Rewards: Get bonuses every day for active participation.
👥 Referral Rewards: Earn more by inviting friends to Nicegram.

The Nicegram Assistant is more than just an add-on!

🔗 OPEN NICEGRAM ASSISTANT

Discuss in our сhat 💬

✖️ X | 📷 Instagram | 📖 Facebook | 💼 LinkedIn | 🎵Tik Tok | 📰 Medium | 📹 YouTube | ✈️ Features

#nicegramtips
can someone please look over my code please, i'm not great at python and i'm not sure what i'm doing, i have covered up my bot token id kand the destination chat id. the code is suppose to copy messages from one chat to another chat. thank you
from telegram.ext import Updater, MessageHandler, Filters
# bot's token
updater = Updater(token='', use_context=True)
# Define a function to handle incoming messages
def message_handler(update, context):
# Get the incoming message
message = update.message
# Change chat_id to the destination group chat's ID
destination_chat_id = ''
# Forward the message to the destination chat
context.bot.forward_message(chat_id=destination_chat_id, from_chat_id=message.chat_id, message_id=message.message_id)
# Register the message handler
updater.dispatcher.add_handler(MessageHandler(Filters.text, message_handler))
# Start the bot
updater.start_polling()
updater.idle()​​​​​i have pip installed the telegram bot package as well. even chat gpt cant see my problem.
Submitted April 15, 2024 at 03:49PM by wharding03
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c4mouq/can_someone_please_look_over_my_code_please_im/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I need a bot that creates telephone numbers to use in campaings of digital marketing (+55)
Hello!.Can someone turn it available?Or teach me some steps about how to create this?Thank you
Submitted April 16, 2024 at 12:41AM by tcruzreddit
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c4zxpt/i_need_a_bot_that_creates_telephone_numbers_to/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
HELP
I need to make a movie request bot fully automated with request to join and file sharing feature can someone help me with that or suggest any YouTube video. ​https://preview.redd.it/uimw0urjpruc1.jpg?width=720&format=pjpg&auto=webp&s=0d8f567c5940e3b774da173449daeb1486209dd7https://preview.redd.it/qnh32trjpruc1.png?width=641&format=png&auto=webp&s=92e2c95451d2d749f0a481776a993832c2fd2221
Submitted April 16, 2024 at 06:19AM by Pristine-Address9478
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c573ta/help/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Bots de Telegram para d3snud4r
Manden dm
Submitted April 16, 2024 at 07:14AM by NoUseAName_
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c581z3/bots_de_telegram_para_d3snud4r/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
2346 groups and channels related to child abuse banned on April, 15.
Total this month: 33787
Report child abuse using the in-app 'Report' button or to [email protected].
527 terrorist bots and channels banned on April, 15.
Total this month: 7875
Report terrorist content using the in-app 'Report' button or to [email protected].
🤖 New bot
📋 Name: RandomFakeMailBot
🆔 Username: @RandomFakeMailBot
⭐️ Rating: ⭐️⭐️⭐️⭐️ (4.2/5 on 143 votes)

ℹ️Description: This bot allows you to generate random emails for free, which last 24 hours, in order to receive codes on unreliable sites or for convenience.
🌐 Languages: English
💬 Supports inline: no
👥 Groups: no
#️⃣ Tags: #emails
🤖 New bot
📋 Name: Logo_MakerXbot
🆔 Username: @Logo_MakerXbot
⭐️ Rating: ⭐️⭐️⭐️⭐️ (4.1/5 on 584 votes)
⚙️Developer: Pʀɪᴍᴇ Hʀɪᴛᴜ

ℹ️Description: Bot that makes 3D logos
🌐 Languages: English
💬 Supports inline: no
👥 Groups: no
#️⃣ Tags: #logo #ephoto360 #textpro #photooxy #3d #maker #3dLogo
Forwarded from Astuces Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
💼 Page d'accueil. Telegram Professionnel vous permet de personnaliser votre page d'accueil pour les discussions vides en ajoutant votre propre texte et l'autocollant de votre choix.
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Astuces Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
💼 Liens pour échanger. Les utilisateurs professionnels peuvent créer des liens spécifiques qui ouvrent automatiquement une discussion avec l'entreprise et suggèrent un message prédéfini à envoyer.

Ces liens sont au format t.me, vous pouvez donc les partager dans des discussions ou ailleurs, par exemple dans un bouton sur votre site web ou intégré dans un code QR.
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Astuces Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
💼 Chatbots pour les entreprises. Les entreprises peuvent connecter à leur compte un bot Telegram qui traitera les messages et y répondra automatiquement en leur nom.

Vous pouvez définir les discussions auxquelles le bot a accès, par exemple en excluant les discussions avec vos contacts ou en ne répondant qu'aux nouvelles discussions.

Les développeurs peuvent activer le mode professionnel dans @BotFather pour intégrer leurs bots à Telegram Professionnel.
Please open Telegram to view this post
VIEW IN TELEGRAM