Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS]
249 subscribers
1.78K photos
2.77K videos
1.14K files
20.1K links
Telegram Channel by @roadtopetabyte http://pixly.me/rtp - Announcements: @rtptme
Download Telegram
Help sending messages to topic
So far I've managed to get my bot to REPLY to a message at the start of my topic and send messages that way.But that shows as it is replying to every message, not sent, so it has the original message in every reply.I just need it to send messages to the topic direct, but I cannot for the life of me figure it out how to direct it to a topic.
Submitted June 06, 2024 at 12:03AM by Need_More_Fuel
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1d928x7/help_sending_messages_to_topic/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
158 terrorist bots and channels banned on June, 5.
Total this month: 1070
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
2386 groups and channels related to child abuse banned on June, 5.
Total this month: 11357
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Best bot for news alerts?
Anyone know a good bot for News alerts without delay?
Submitted June 06, 2024 at 12:07PM by Benjzy1
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1d9en80/best_bot_for_news_alerts/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
πŸš€ Hold on tight! Our partner, Web3Auth, is about to drop some epic news, and guess what? Our community is set to be a part of it!

Stay tuned and keep your eyes peeled for updates β€” you won't want to miss this!

πŸ‘‰ Check out: https://x.com/Web3Auth/status/1798354484856529269

πŸ”Hub | βœ–οΈX | πŸ“·Instagram | πŸ“–Facebook | πŸ’ΌLinkedIn | 🎡Tik Tok | πŸ“°Medium | πŸ“ΉYouTube | ✈️Features
πŸ€– New bot
πŸ“‹ Name: Filestreamprobot
πŸ†” Username: @Filestreamprobot
⭐️ Rating: ⭐️⭐️⭐️⭐️ (4.3/5 on 74 votes)
βž–βž–βž–
ℹ️Description: This bot can generate steaming and downloadable link for your file.
Also you can add this bot to your channel to attach links of any media file on that post.
🌐 Languages: English
πŸ’¬ Supports inline: no
πŸ‘₯ Groups: no
#️⃣ Tags: #download #steam #filetolinkbot #FileStreamBot
πŸ€– New bot
πŸ“‹ Name: Crypto_Price_Checkerbot
πŸ†” Username: @Crypto_Price_Checkerbot
⭐️ Rating: ⭐️⭐️⭐️⭐️ (4/5 on 126 votes)
βž–βž–βž–
ℹ️Description: This is a crypto price checker bot which help you to check crypto coin price
🌐 Languages: English
πŸ’¬ Supports inline: no
πŸ‘₯ Groups: yes
#️⃣ Tags: #crypto #price_check
Anyone know how to hide/remove this β€œmain menu” text that comes with start message
https://i.redd.it/9qbwn3achy4d1.jpeg
Submitted June 06, 2024 at 03:47PM by Amalny
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1d9iko0/anyone_know_how_to_hideremove_this_main_menu_text/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
An unbelievable trade!
/r/MaestroBots/comments/1d90t81/this_maestro_trade_is_music_to_our_ears/
Submitted June 06, 2024 at 09:28PM by MaestroBots
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1d9qq0z/an_unbelievable_trade/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
How to connect to another person acc for development reasons
Hi, I'm developing a make.com scenario that gets triggered by a msg sent to a telegram group with a bot then that info moving through the scenario into the CRM I use for this project. I'm creating a demo for a potential client and as I was working on it I started to think about the fact I'll need access to his telegram account to develop the process but then also to be able to go in there fast in case something is wrong and I need to fix it. What's my best route with this one ? Thanks !
Submitted June 07, 2024 at 05:45AM by HelpEqual
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1da1een/how_to_connect_to_another_person_acc_for/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
243 terrorist bots and channels banned on June, 6.
Total this month: 1313
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
2257 groups and channels related to child abuse banned on June, 6.
Total this month: 13614
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Sino po may telegram
Sino may telegramBaka naman po pwede nyo iopen yung telegram bot na ginagamit ko need ko lang po ng referrals kahit hindi nyo po laruin. Kelangan na kelangan ko lang po kase as a wala ganong friends and nahihiya mag sabi sakanila, baka naman po pwede nyo ako tulungan. Ako na po mag hahanap sainyo sa telegram tas iopen nyo lang po click ng link promise hindi po scam super need lang po.
Submitted June 07, 2024 at 12:04PM by zupyehet
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1da70jk/sino_po_may_telegram/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Telegram Bot for automatically sending daily photo
Hi, so i created a telegram bot and managed to make it send a message in my telegram group using python on Google Colab.The Code:import requestsimport timebase_url = "https://api.telegram.org/bot"Bot_TOKEN"/sendPhoto"  parameters = {    "chat_id" : "-XXXXXXXXX",    "photo" : "photoUrl"}resp = requests.get(base_url, data = parameters)My next goal is to make it send this photo daily at a certain time of the day (say 7 pm everyday). I trying to use time.sleep(86400), which makes the program sleep for a day, but i couldn't figure out how to make it run infinitely using a loop (not much of a programmer). I feel like it is pretty simple but it is not coming to me, so i thought i might find some guidance here. Any help is appreciated :D
Submitted June 07, 2024 at 02:02PM by rinmorii
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1da8xly/telegram_bot_for_automatically_sending_daily_photo/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
πŸ€– New bot
πŸ“‹ Name: PayScribeBot
πŸ†” Username: @PayScribeBot
⭐️ Rating: ⭐️⭐️⭐️ (3.1/5 on 51 votes)
βž–βž–βž–
ℹ️Description: Your handy scribe for tracking and simplifying any and all group payments.
🌐 Languages: English
πŸ’¬ Supports inline: no
πŸ‘₯ Groups: yes
#️⃣ Tags: #finance #expenses #tracker #balance #friends #money #convenient #splitbills #sharing