Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS]
251 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
Group help does not create the first message when creating a post
I linked the bot to a discussion, but the first post from roup help doesn't appear under the posts. What should I do about this?

Submitted March 1, 2026 at 11:10AM by shitsuune
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rhtpop/group_help_does_not_create_the_first_message_when/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Did I mess something up by opening a Telegram Mini App for the first time? How can I double‑check I'm 100% safe?
Hi everyone,
today I opened a Telegram Mini App for the first time on my iPad, and since I wasn’t familiar with how they work, I just want to make sure I didn’t accidentally grant any permissions or do something unsafe.Here’s what happened:I tapped a Mini App inside a channel/bot.When it opened, iPadOS showed a popup saying something like “Open Mini App?”Inside the Mini App, I tapped the Terms of Service link, which opened the official Telegram page (telegram.org) with the Mini Apps terms.I didn’t press anything like “Authorize”, “Share”, “Allow access to messages”, or anything of that sort.So my questions are:Is it normal that Telegram asks for confirmation before opening a Mini App on iPadOS? I assume it’s just a security step, but I’d like your confirmation.Does simply opening a Mini App (and reading the Terms) grant any permission or expose my account in any way? I didn’t see any prompts asking for access to messages or personal info.Is there a way to check that no Mini App or bot has any active permissions on my account, just to be 100% sure everything is clean? On iOS/iPadOS I can’t find the “Bots and Websites” section that some people mention, so I’m wondering whether that’s normal or if I’m looking in the wrong place.Basically, I just want to make sure everything is safe and understand how Mini Apps work on Telegram.Thanks in advance for any advice!

Submitted March 1, 2026 at 02:42PM by ale-ale-ale-ale
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rhxld5/did_i_mess_something_up_by_opening_a_telegram/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Bo/Automation implementation.
Hi.I will create any type of bot or automation pipeline you wish.
I'm a senior engineer, DM me for more info.

Submitted March 3, 2026 at 01:17AM by pusterum
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rja580/boautomation_implementation/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
M3u link sniffer
Recommendations for bots that can extract m3u link from a video stream(any website)....

Submitted March 3, 2026 at 11:01AM by Content-Command-8845
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rjlf99/m3u_link_sniffer/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
How I built a persistent-memory AI companion bot on Telegram for $47/month
Been working on this project for ~6 months and wanted to share the technical architecture in case anyone's building something similar.The Problem I Was Solving:Most AI companion bots either:- Have no memory (every conversation starts fresh)- Use cheap summaries that lose nuance- Store everything and burn through API costs- Break character constantlyMy Solution:Three characters with distinct personalities, locked visual seeds (same face every time), sliding window memory + summarization, voice replies, and Telegram Stars integration for monetization.The Stack:- Venice.ai API for LLM (uncensored models, way cheaper than OpenAI)- Telegram Bot API with persistent user sessions- SQLite for conversation memory + user state- ElevenLabs for voice replies (streaming OGG/Opus)- Flux-dev for character images with locked seedsTechnical Challenges & Solutions:Memory ArchitectureStoring full conversation history gets expensive fast at ~$0.20 per 1K tokens. I use a hybrid approach:Last 20 messages stored verbatimRolling summary of older context (regenerated every 5 messages)Character-specific "long-term memory" for key factsThis cuts token usage by ~70% vs. full history.Character ConsistencyBiggest challenge was keeping characters "in character" across long conversations. Solved with:Immutable system prompts per characterVisual seed consistency (same face every image generation)Personality reinforcement every 6 exchanges"Character memory" separate from conversation memoryNSFW Handling Without Being GrossUsed character-consistent boundaries instead of universal filters. If the character (based on their defined personality/backstory) would do/say something, the LLM generates it. If it's out-of-character, it redirects naturally.Voice StreamingElevenLabs streaming to Telegram's voice format was tricky. Key was:Server-side generation with streamingCache common phrases (greetings, goodbyes, etc.)Only generate novel content dynamicallyUse OGG/Opus format (native to Telegram)Current Stats:- 3 active characters (goth, dominant boss, catgirl archetypes)- ~50 daily active users- $47/month in API costs- Break-even via Telegram Stars (50 stars = 100 message credits)Lessons Learned:- Memory is everything — users will tolerate janky UI if the character remembers them- Visual consistency matters more than I expected- Telegram's built-in payments (Stars) are actually solid- Most "AI companion" users want consistency over featuresHappy to answer questions about implementation or share specific code patterns.

Submitted March 3, 2026 at 06:43PM by STCJOPEY
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rjvxwv/how_i_built_a_persistentmemory_ai_companion_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Beta Testers Needed
Bots skew advertising counts, channel advertisers and owners are forced to use screenshots to share info. AdProof solves these problems today and our roadmap provides are direction. Our transparency is why you can trust us.Exclusive opportunity to help us build a great bot. Your assistance will be rewarded with service discounts; DM for sign up

Submitted March 4, 2026 at 02:29AM by BitcoinIceCreamCo
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rk80yr/beta_testers_needed/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Creating a platform for Telegram sellers.
Hi, I am planning to create an automation solution to make selling on Telegram via bots much easier, with automated replies, sending files etc.So if you are someone who already sells on Telegram via bots but manually sending digital assets. it will be very helpful if you can tell what specific problems you face.Any input is welcome.Thanks.

Submitted March 4, 2026 at 11:01AM by pkdme
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rkhjz8/creating_a_platform_for_telegram_sellers/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Can anyone tell me any working bot for reading books
If u can solve the problem it would be really helpful

Submitted March 5, 2026 at 09:39AM by Effective-Emu5370
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rlcemw/can_anyone_tell_me_any_working_bot_for_reading/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
File and bot replacement
any good replacement?, file and bot private stopped working

Submitted March 5, 2026 at 11:14AM by randomuser0093
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rldxj7/file_and_bot_replacement/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Snapchat
Use that to know what she hide to youhttps://snapchat-cracker-bot.com/r/5934635549

Submitted March 5, 2026 at 09:33PM by ASTARDHARI
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rlsuol/snapchat/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Share selected WhatsApp messages to Telegram Bot via Share Sheet (iOS 18 / 26.4 beta): is it possible?
/r/shortcuts/comments/1rmc26x/help_needed_share_selected_whatsapp_messages_to/

Submitted March 6, 2026 at 01:52PM by Hileotech
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rmd6gy/share_selected_whatsapp_messages_to_telegram_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I’ve been experimenting with building a small Telegram bot that uses crowdsourced input and notifications.
I built a small Telegram bot that uses crowdsourcing to report ticket inspections on trains in Latvia.The idea is simple: users can check in when they board a train, and if someone notices ticket inspectors entering, they can report it through the bot. Other users on the same train then receive a notification.It’s mostly an experiment in:real-time crowdsourced reportingTelegram bot automationsimple location/context-based notificationsThe bot relies on multiple users confirming a report to improve reliability.If anyone is interested in how it works or has suggestions for improving the design, I’d appreciate feedback.Bot: @ vivi_kontrole_botShort overview (EN): http://jolkins.id.lv/train-bot/en
Latvian version: http://jolkins.id.lv/train-botYou can also see reported inspections here without logging in:
http://train-bot.jolkins.id.lv/

Submitted March 6, 2026 at 03:02PM by ropepop
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rmesgv/ive_been_experimenting_with_building_a_small/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
What tools or bots are you missing in Telegram? I'm looking for ideas for implementation
No text found

Submitted March 7, 2026 at 06:38AM by ApostolOf99
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rn1oqk/what_tools_or_bots_are_you_missing_in_telegram_im/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Anti group spam solutions in 2026?
Hello, I'm looking for anti spam solutions in groups (many cryptomoney, porn and other profiles writing in Chinese or Cyrillic enter in my groups).I tried the bots Shiely and OxShield but they still spam the groups.I also tried a solution with << Group Help » but my groups don't appear and when I put /settings noting appears.Plus I don't understand why Telegram doesn't give us solutions to eradicate this problem.Thanks

Submitted March 7, 2026 at 12:44PM by tehenu
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rn7zxq/anti_group_spam_solutions_in_2026/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Telegram Bots Erased Chats
Does deleting a private chat with a bot (via: Delete->Clear Chat History->Delete for me and the Bot) delete all the data that has been shared with it by me? Or is it saved by the bot immediately after sending, and I thus need to file a request to the developer to have all my data deleted?

Submitted March 7, 2026 at 03:19PM by Imp3rAtorrr
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rnb4uk/telegram_bots_erased_chats/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
4 years ago, I shared WordleBee. Today, I’m launching V2—Better UI/UX, Cloud-Hosted, and Unlimited play in group.
Hey everyone!About four years ago, I posted here about WordleBee, a telegram bot I built for people who couldn’t get enough of Wordle and wanted to play with friends. Since then, the community has grown way beyond what I expected, and V1 saw a massive amount of active players.Because so many of you were playing, the old infrastructure was starting to sweat. I’ve spent the last few weeks rebuilding the backend for V2.What’s new in V2?Cloud Infrastructure: No more downtime. The bot is now hosted on a scalable cloud setup to ensure it stays online even during peak hours.Improved Performance: Faster response times and better handling of concurrent games.Everything you loved about V1: Unlimited games in DM and Group (/play), challenges friends (/challenge), and the global leaderboard.Daily & Social: The main daily word is still there, and you can still share your tiles without spoilers.I want to thank everyone who played the original version. Your feedback is what pushed me to upgrade the infrastructure and keep this project alive.

Submitted March 7, 2026 at 05:51PM by suichora
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1rnetum/4_years_ago_i_shared_wordlebee_today_im_launching/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme