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
Hello guys im looking to set up a discussion bot on my telegram channel i dont know how can some one please help me?
No text found
Submitted January 02, 2023 at 01:04PM by lazineziri
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/101b0ra/hello_guys_im_looking_to_set_up_a_discussion_bot/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
sort media by size
is there a way to sort the medias in a group by size, just like whatsapp? tq
Submitted January 02, 2023 at 01:21PM by screamoddy
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101bbya/sort_media_by_size/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
How to get statistics for a small private telegram group?
Hi!I have a small private telegram group chat with my friends in which we communicate daily. We've been chatting quite heavily for the past year and I really wanted to make a "year statistics wrapped" type thing for our chat (who's the most active poster, total message count by user etc.). Unfortunately, after trying various bot solutions I did not understand how to set them up or which is the one I should use. As much as I understand Combot is one of the more popular ones, but it is pay 2 use, TGStat felt confusing and after the bot started adding random russian named users to the group, I quickly turned it off.​Can anyone be so kind and help me with finding a decent way to get these statistics?
Submitted January 02, 2023 at 01:25PM by chloefatgrass
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/101be2m/how_to_get_statistics_for_a_small_private/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Telegram bot for scanning QR codes: https://telegram.me/easyqrscanbot
Hi everyone! I'm launching a new Telegram bot: @easyqrscanbot! This bot makes it super easy to scan QR codes and get instant information about the code's content, all within the Telegram app.I built this bot using the new Telegram API version 6.4 that allows to access the QR code dialog from the bot, I'm impressed with how convenient and accurate it is.If you're a Telegram user and you're tired of switching between apps just to scan a QR code, give @easyqrscanbot a try! I think you'll love it.To get started, just add @easyqrscanbot to your Telegram contacts and start scanning away! Let me know what you think!
Submitted January 02, 2023 at 02:00PM by mboretto
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/101c2z8/telegram_bot_for_scanning_qr_codes/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
This media is not supported in your browser
VIEW IN TELEGRAM
Puoi inviare foto e video con uno scintillante effetto spoiler in qualsiasi chat, per conservare la sorpresa finché il destinatario non tocca per vedere cosa contiene. #TelegramTips https://t.co/e0MtZxkpba
Url: https://twitter.com/telegram_it/status/1609912401582759938

Telegram Backup by @tmebackup
A @rtptme project - Other backups: https://swiy.so/tme
This media is not supported in your browser
VIEW IN TELEGRAM
You can send photos and videos with a shimmering spoiler effect in any chat – saving the surprise until your recipient taps to see what’s inside. #TelegramTips https://t.co/d1XwFG7dL2
Url: https://twitter.com/telegram/status/1609912404980244480

Telegram Backup by @tmebackup
A @rtptme project - Other backups: https://swiy.so/tme
Contact suddenly has no pfp, shows mobile hidden, and shows the name he saved in his settings instead of the name i saved him as
Ok so, I impulsively deleted my account in TG due to some personal issues recently. I came back yesterday. New account obviously since I permanently deleted the previous one. So, I have this friend I have been communicating with since forever through telegram and even before when I deleted, when I came back, he was there.Anyways I came back, he is nowhere to be found. I synced contacts and he is not showing. I finally asked him and he said his telegram remains the same. He never deleted his pfp nor deleted me as his contact. Thing is, it says mobile hidden and will only show if he adds me as contact. His pfp is not showing up. I deleted then re added him in my contacts both in sim and in TG and it is the same thing. His name remains as the name he had saved his name in his settings.Has anyone experienced this bug? Any tips to fix this?
Submitted January 02, 2023 at 03:22PM by thanaianthe
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101dr2t/contact_suddenly_has_no_pfp_shows_mobile_hidden/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Group topic permission
Hi, I was wondering if there's any way of setting permissions to certain topics of a group chat (like Discord servers), so that the group is divided into some kind of sub-groups for specific people. Is this a thing? Thanks in advance
Submitted January 02, 2023 at 05:05PM by ArnyminerZ
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101g5e2/group_topic_permission/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Plan for telegram-bot with full-text search function
Now I'm thinking about the architecture of the telegram bot and I can't figure it out. The main feature of my bot is full-text search. 1. I need a place where I will store the data of 10,000 objects, each element will have: - Tags (~200 characters) - Description (1000 characters) - Photo (1 MB) - Geolocation 2. I need a full-text search for this repository using such parameters as: -Geolocation -Tags -Description 3. Then the search results will be formatted into inline buttons (and in queries that are displayed to the user there will be abbreviated versions of the information about the objects so that it fits in the inline buttons) and sent to the userAnd then the user already requests the full version of the information about the object (because by clicking on the inline buttons, he selects the id from the database with the full information), and receives it accordinglyInfrastructure must support 1000 concurrent full-text queries against the metrics aboveMy problem: How should you think about the architecture of the project? What are the best tools to use? Use one server or several? My options: The full-text search tool that I liked the most is ElasticSearch, but I think it's best not to use it as the main database. This means that some other database is needed as the main database. My main criterion is the ability to have basic statistics on data (how loaded the database is, when and how many objects appeared in the system) as well as maximum efficiency quickly, since resources are limited and I would like to have a better solution. And here I can't choose: PostgresQL or MongoDB. Will the SQL database be too demanding on resources? Or advise in which direction I should think?
Submitted January 02, 2023 at 05:26PM by Karandax
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/101gni2/plan_for_telegrambot_with_fulltext_search_function/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Favorite feature of 2022?
I saw that TGinfoEN posted some polls to see what people's favorite features of 2022 were, so I figure I'd do the same here. Obviously there are a lot, but here's a list:Video StickersDownload ManagerLivestreaming with OBS/XSplitCustom Notification SoundsCustom Mute DurationsWeb Apps for BotsTelegram Premium> Custom Emoji> Emoji Status> 4 GB Uploads> Voice-to-Text> Advanced Chat Management> Premium Icons> Premium StickersJoin Requests for GroupsTopicsCollectible UsernamesAnonymous NumbersAuto-Delete for All ChatsAggressive Anti-SpamTemporary QR CodesHidden MediaNew Cache Management SettingsNew Media Editor ToolsReplace/Suggest Profile Photos for ContactsPublic Profile PhotosHide Group Members​My favorite free feature is probably Anonymous Numbers, because I haven't seen another app do something like that yet. As far as Premium goes, I quite enjoy the 4GB uploads because my friends and I all do a lot of game streaming and can share huge capture files back and forth without compressing them first.
Submitted January 02, 2023 at 06:35PM by stickersFan1982
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101icyb/favorite_feature_of_2022/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
v1.0.62 (TDesktop v4.5.1)

1. [Fix] service message time format
too many attempts error
Hi I'm trying to create an account with sim card but I created and deleted so many times apparently and it says I should try again later but it still doesn't allow me to create an account and idk how long I should wait
Submitted January 02, 2023 at 08:03PM by ComprehensiveToe3547
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101kjvd/too_many_attempts_error/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
I have a question
How do I open/access my Telegram Cloud document on my Mac? I was trying to access them to see if I can still see the videos I loaded because they were deleted. It was a really important and personal video but I forgot to download it and only preloaded it. Now, my friend accidentally deleted the video and I can't access the video anymore.
Submitted January 02, 2023 at 07:59PM by Hot_Artichoke_3502
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101kgj3/i_have_a_question/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Premium price?
its there a list with price of telegram premium in all countries?
Submitted January 02, 2023 at 08:23PM by disperstanding
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101l2m4/premium_price/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
someone entered my account and i can't log back in
2 days ago someone entered in my account and i can't seem to acces it back, it always says "too many attempts try later" i waited the 24hours of wait time but nothing, try contacting both english and italian support which i read takes usually 6 hours to respond and is max 24h, but no responses from there too, is there anything else to do?
Submitted January 02, 2023 at 11:50PM by LeegmaV
on r/Telegram via https://www.reddit.com/r/Telegram/comments/101qdbm/someone_entered_my_account_and_i_cant_log_back_in/ Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme