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
Limited account
1Can my account be limited if I send many messages to my own private group in which I am the only member, 2 can my account be limited coz I spammed a bot many times.3 do telegram limit account on there own or they only work when they get a report of spam.Please help.
Submitted April 19, 2024 at 05:18PM by Jatt_op
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c7zgqg/limited_account/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Any bots to download a song from Spotify and not Deezer?
Most have the name of Spotify but are using Deezer as their download.
Submitted April 19, 2024 at 10:18PM by Spidxrcore
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c86rrv/any_bots_to_download_a_song_from_spotify_and_not/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Ai deep bot
👩‍🦳 AstridAI - The Best DeepSwap bot on the internet. Start the bot and get 5 FREE photos or a 10-second video
Submitted April 20, 2024 at 03:52AM by Moist_Release7290
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c8e8if/ai_deep_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
425 terrorist bots and channels banned on April, 19.
Total this month: 9654
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
2096 groups and channels related to child abuse banned on April, 19.
Total this month: 42464
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Anyone knows a free bot for scheduling messages?
As in the title, I need a bot for scheduling messages on my group. I know telegram has an option to schedule messages, but I need a bot that will post the same thing i.e every 2 hours 24/7, it's too much fuss to do it myself every day for months, so yepSo far I've seen @ cron_telebot - but a few things don't work there for me and there's no support there, because obviously it's free, nobody gonna sit and solve problems for people if it's free, so I have no option to report anythingAny ideas?
Submitted April 20, 2024 at 01:12PM by ferero18
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c8ng6b/anyone_knows_a_free_bot_for_scheduling_messages/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
telegram bot not working for other users
hello, I been building a bot for a client, it worked fine for my account but when I tried with another account it doesnt work
I thought maybe my code is wrong so I pick the simplest example from here :
https://docs.python-telegram-bot.org/en/v21.1.1/examples.echobot.html
it still doesn't work
I thought maybe I should use webhook instead, so I ran ngrok and took this code from the documentation
https://docs.python-telegram-bot.org/en/v21.1.1/examples.customwebhookbot.html
still the same problem, it works for me but not for other userscan you give me any solution !
Submitted April 20, 2024 at 09:55PM by MindCorrupted
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c8ywdn/telegram_bot_not_working_for_other_users/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
1781 groups and channels related to child abuse banned on April, 20.
Total this month: 44245
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
236 terrorist bots and channels banned on April, 20.
Total this month: 9890
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
⭐️ Looks like these bots have few ratings!
Try them and share your opinion, vote!
How many friends have you invited to Nicegram using your referral link?
Anonymous Poll
0%
1-5
0%
6-10
0%
11-20
0%
More than 20
Make your daily routine convenient and efficient 🤌
Suggest Currently working telegram bot for tvSeries
No text found
Submitted April 21, 2024 at 08:26PM by Same_Ebb8466
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c9ovky/suggest_currently_working_telegram_bot_for/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Is there a free deepfake bot?
No text found
Submitted April 21, 2024 at 11:46PM by Oreodynasty
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c9tp2y/is_there_a_free_deepfake_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Returning a image with caption to InlineQueryResultArticle (pyTelegramBotAPI)
Is it possible to do that with pyTelegramBotAPI?I'm trying to pass an image with a caption to a types.InlineQueryResultArticle() using types.InputMediaPhoto; however, the Telegram API returns this status code: "A request to the Telegram API was unsuccessful. Error code: 400. Description: Bad Request: can't parse inline query result: Input message content is not specified." So it seems that it's not possible to pass types.InputMediaPhoto as an argument to message content. I tried to find other ways to do that, but I can only work around this error using types.InputTextMessageContent by passing the image and caption as text messages with HTML parse mode. However, that's not ideal for me since the media that I'm attempting to pass is coming from web scraping, so it comes with different sizes, and Telegram formats images passed in the text field differently. Also, my bot only accepts commands, so any text is returned with an 'I don't understand' message. This may be easy or impossible to do, but I'm new to programming and still learning most of it. I'll leave a code snippet below. The code that generates the aforementioned error:query_list = list()message_content = types.InputMediaPhoto(media, caption=message, parse_mode='html') item_query = types.InlineQueryResultArticle( id=id, title=name, description=caption, thumbnail_url=media, thumbnail_width=100, thumbnail_height=100, url=link, hide_url=True, input_message_content=message_content) query_list.append(item_query)bot.answer_inline_query(query.id, query_list)The formatted result that I'm getting: https://imgur.com/jyftwYd.png The formatting result that I'm trying to get: https://imgur.com/VuE7Y1V.png
Submitted April 22, 2024 at 03:35AM by hmbbr
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1c9ykpz/returning_a_image_with_caption_to/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme