Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS]
250 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
This media is not supported in your browser
VIEW IN TELEGRAM
With Telegram Premium, you can change your default folder from All Chats to a custom one – making it easier to keep up unread chats, work colleagues or the latest news. #TelegramTips https://t.co/CEvP4SQWOX
Url: https://twitter.com/telegram/status/1547204199426842624

Telegram Backup by @tmebackup
A @rtptme project - Other backups: https://swiy.so/tme
This media is not supported in your browser
VIEW IN TELEGRAM
Con Telegram Premium, è possibile cambiare la cartella predefinita da Tutte le chat a una personalizzata. In questo modo sarà possibile tenere traccia delle chat non lette, dei colleghi di lavoro o delle ultime notizie in modo più semplice. #TelegramTips https://t.co/csVC2hQTxN
Url: https://twitter.com/telegram_it/status/1547206195966087168

Telegram Backup by @tmebackup
A @rtptme project - Other backups: https://swiy.so/tme
🔥 HOT NEWS🔥


💸 $2000 GIVEAWAY starts RIGHT NOW! 😱

We’re excited to announce the first Nicegram Hackathon, and invite you all to participate! 🤓


How to participate?
The money prize will be awarded to the Nicegrammer who will be the first one to come up with a feature demo of the call recorder successfully implemented into Nicegram (iOS 🍏)

P.S. Here we talk about one-on-one calls, not the group calls.


Deadline
We expect you to share the screencast of a properly working call recorder in Nicegram until August 1st 🗓


⁉️QUESTIONS
- Want to ask questions? - Write to @sshlg
- Ready to share a feature demo? - Write to @sshlg


🔗 LINKS
- GitHub: https://github.com/nicegram/Telegram-iOS

Good luck!
Let the smartest of you get the prize! 💵
Forwarded from Dicas do Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Fotos de Perfil Animadas. Os vídeos de perfil dos usuários Premium são animados em todo o aplicativo, inclusive nos chats e na lista de chats.
How do I save live video/audio streams on desktop after they're done?
Friends and I just streamed live for the first time. How do I save this stream and where would I find it for downloading to my hard drive? Thank you.Windows 10 Home, desktop, 64-bit
Submitted July 13, 2022 at 04:13PM by EagleEye2019
on r/Telegram via https://www.reddit.com/r/Telegram/comments/vy47u3/how_do_i_save_live_videoaudio_streams_on_desktop/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
I can't join any groups through invitation links... there is any solution for this?
https://i.redd.it/q2ox4lloxbb91.jpg
Submitted July 13, 2022 at 02:31PM by Rewar17
on r/Telegram via https://www.reddit.com/r/Telegram/comments/vy23ej/i_cant_join_any_groups_through_invitation_links/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Public channel “search” views suddenly stopped, any explanation?
https://i.redd.it/yyoqz3asddb91.jpg
Submitted July 13, 2022 at 02:23PM by Helpful-Ad2161
on r/Telegram via https://www.reddit.com/r/Telegram/comments/vy1xux/public_channel_search_views_suddenly_stopped_any/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Forwarded from Telegram Tips
This media is not supported in your browser
VIEW IN TELEGRAM
No Ads in Public Channels. Sponsored Messages are shown in some large public channels. These privacy-conscious advertisments help support Telegram’s costs, but are hidden for Premium subscribers.
This media is not supported in your browser
VIEW IN TELEGRAM
Con Telegram Premium, puedes cambiar la carpeta por defecto desde “Todos” a una personalizada, haciendo más fácil estar al día con los chats sin leer, compañeros de trabajo o las últimas noticias. #TelegramTips https://t.co/aCJECihgJQ
Url: https://twitter.com/telegram_es/status/1547252566148382722

Telegram Backup by @tmebackup
A @rtptme project - Other backups: https://swiy.so/tme
Forwarded from Suggerimenti di Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
⭐️ Badge del profilo. Gli abbonati Premium hanno un badge speciale che appare accanto al loro nome nella lista chat, nei titoli delle chat, nella lista membri dei gruppi e sul loro profilo.
Forwarded from Suggerimenti di Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
⭐️ Nessun annuncio nei canali pubblici. I messaggi sponsorizzati vengono mostrati in alcuni canali pubblici di grandi dimensioni. Questi annunci, che rispettano la privacy, aiutano a sostenere i costi di Telegram, ma sono nascosti per gli abbonati Premium.
Forwarded from Tips de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
⭐️ Sin anuncios en canales públicos. Los mensajes patrocinados son mostrados en canales públicos grandes. Estos avisos conscientes de la privacidad ayudan con los costos de Telegram, pero están ocultos para los suscriptores de Premium.
Forwarded from Astuces Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
⭐️ Badge premium sur votre profil. Les abonnés Premium ont un badge spécial qui apparaît à côté de leur nom dans la liste des échanges, les en-têtes d'échanges, les listes de membres dans les groupes et sur leur profil.
adding a new number to one account ?
idk if this makes sense but i’ll be going overseas to study, is it possible to add a number to my existing account without creating a new account?what happens if i do have to create a new account? new username and @ ?
Submitted July 13, 2022 at 09:38PM by this-is-00throwaway
on r/Telegram via https://www.reddit.com/r/Telegram/comments/vybuw3/adding_a_new_number_to_one_account/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Telegram API Python - Capture user input message (including formatting) and save for further processing
Good evening.I hope that you are well.I have a simple use case in which I would like to use pyTelegramBotAPI module (or similar) to create a bot that after running a command of /testcopymessage (or similar) I would like the user to be prompted to type or paste in a message. This message will contain some formatted text (for example, some parts will be underlined, some parts will be in bold font etc) amongst standard plaintext.Is it possible to capture the users message including any formatting applied and then send or forward that same formatted message to another chat_id?I have seen an echo bot example, however that only appears to send an unformatted version of an inputted message (i.e. if I apply bold formatting to a message I want to send, the result is the correct message however the text is not bold formatted).Many thanks in advanceJimmy
Submitted July 14, 2022 at 02:14AM by jimmymcma
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/vyi448/telegram_api_python_capture_user_input_message/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Request: Please double accounts on the non premium?
From 3 accounts to 6 accounts pretty please?I have personal account, non personal account, work account.
Submitted July 14, 2022 at 03:02AM by Luffy99
on r/Telegram via https://www.reddit.com/r/Telegram/comments/vyj2yx/request_please_double_accounts_on_the_non_premium/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
I made a text-to-image AI powered "guess the prompt" chatbot (link in the comments)
https://www.reddit.com/gallery/vyq726
Submitted July 14, 2022 at 09:42AM by Pastachi3f
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/vyq726/i_made_a_texttoimage_ai_powered_guess_the_prompt/?utm_source=ifttt Backup by @tmebackup A @rtptme project - Other backups: http://pixly.link/tme
Forwarded from Stop Child Abuse
1146 groups and channels related to child abuse banned on July, 13.
Total this month: 11457

Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.