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
Forwarded from Tips de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Editor de stickers. Puedes convertir las fotos que tienes en tu dispositivo en stickers personalizados con texto, dibujos, emojis y más.

Para iniciar, toca en el panel de stickers y selecciona una foto. El editor también te permite quitar el fondo al instante, con un toque, o añadir un contorno para una apariencia clásica de sticker.
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Editor de stickers. Puedes convertir las fotos en tu dispositivo en stickers personalizados, con texto, dibujos, emojis y más.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Editor de stickers: crea nuevos packs. Después de crear un sticker personalizado, puedes enviarlo de inmediato o añadirlo a un pack para compartirlo con amigos.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Editor de stickers: añade stickers existentes. Cualquiera de los millones de stickers de Telegram pueden ser añadidos a tus packs personalizados, para que puedas coleccionar tus favoritos en un solo lugar.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Canales recomendados. La pestaña “Canales”, en la búsqueda, muestra todos los canales a los que te suscribiste y también una lista de canales recomendados con temas similares.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Mi perfil. Cuando tocas “Mi perfil” en Ajustes, puedes ver tu perfil tal como aparece para otros usuarios, donde puedes fijar o archivar cualquier historia que hayas publicado allí.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Cumpleaños. Puedes añadir tu fecha de nacimiento a tu perfil, para recordarle a tus contactos cuándo tienen que traer regalos y celebrar.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Moderación masiva. Los administradores de grupos ahora pueden seleccionar varios mensajes para realizar acciones de moderación múltiples, al mismo tiempo, con interruptores individuales por cada usuario y acción.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Comparte ubicación indefinidamente. Al compartir tu ubicación en tiempo real, puedes extender el temporizador o elegir continuar compartiendo tu ubicación hasta que decidas desactivarla.

Actualizaciones de abril
1 • 2 • 34 • 5 • 6 • 7 • 8 • Más
Need your advices for building bot with mini apps
Hey guys!I'm in the process of creating a telegram bot right now. I write in Python, so there are no difficulties with the backend. I use Aiogram and Fastapi. All functionality is divided into microservices in Docker compose: bot processing, api.Looking ahead, I think that the main difficulty for users when using the bot will be in data entry, and I think we need to simplify this process as much as possible. One option is Telegram Mini apps .Most of the guides and documentation on building mini apps on the internet are based on JS, but I'm not a big fan of JS, or rather I'm not ready to spend extra time to understand Vue and other things - I could, but I want to save that time. So I found a curious solution to generate input forms using Python and https://nicegui.io/ .All I need is to fill out a form about a person (date of birth and other data) or several people in one approach and, at best, send an http request to an api (preferably inside Docker between services, not over the external internet), and at worst to a chat bot to generate a template and work out how to send the data to Aiogram.In general, as far as I can roughly estimate the development:Will need to create another microservice for the frontend or host the frontend on a third-party site;attach a telegram script (`<script src=“https://telegram.org/js/telegram-web-app.js”>`) to NiceGUI input form.And everything works or am I missing something serious? What can you advise in this approach and architecture? I will be glad to have your help.
Submitted April 29, 2024 at 08:45PM by IsFilimonov
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1cg6vx4/need_your_advices_for_building_bot_with_mini_apps/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Creating Custom Websites and Bots!
I am a certified AWS expert with years of experience working as a fullstack developer in both the United States and Korea.I will create any website you desire (frontend and backend). I can also program anything that's web related (HTTP-based) such as scraping and automation tasks. My main languages are Javascript / Typescript (react, node, etc) and Python, and I'm willing to either start from scratch or build upon existing codebases.As far as prices go, I've taken on projects for as little as $100 to as high as $3000. I'm willing to be flexible.Please feel free to check out my portfolio. . . https://drive.google.com/file/d/1JFMt1feL5baa5QTU1u3xFAijmHwlztYF/view?usp=drive\_link.or send me a DM on reddit! I look forward to connecting with all of you!

Submitted April 30, 2024 at 01:00AM by Horikoshi
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1cgd9vu/creating_custom_websites_and_bots/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
How to get all messages sent to a channel during the day?
Hi everyone,I want to know is there anyway to get all the messages that are sent to a particular channel ( my channel) that were sent in the last 24 hours?It can be through a bot or even without a bot. I tried using telegram APIs and adding a bot to the channel and then using some APIs to fetch the data but nothing seems to work.I don't want to keep the connection or my program running 24x7. It will be more like once I run the program, it will fetch all the posts that were sent to that particular channel in the last 24 hours.
Submitted April 30, 2024 at 09:46AM by kinb_98
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1cgn6wo/how_to_get_all_messages_sent_to_a_channel_during/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
272 terrorist bots and channels banned on April, 29.
Total this month: 11997
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
2335 groups and channels related to child abuse banned on April, 29.
Total this month: 64571
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
🗂Welcome to @BotsArchive, the most powerful archive in the telegram bots history.
Here we will post new useful bots almost everyday, feel free to use our bot @BotsArchiveBot to suggest new ones or search them in our database.
🌐 Website: http://www.botsarchive.com
APIs: http://www.botsarchive.com/docs.html
👤Get in touch with us: @BotsArchiveSupportbot
🏆 BEST NEW BOTS OF THE WEEK 🏆
🥇 megaport1_bot - ⭐️⭐️⭐️⭐️ (4/5 on 175 votes)
🥈 memo_card_bot - ⭐️⭐️⭐️⭐️ (4.2/5 on 117 votes)
🥉 iUploadROBOT - ⭐️⭐️⭐️⭐️ (3.8/5 on 126 votes)
🏆 BEST BOTS OF ALL TIME 🏆
🥇 music editor - ⭐️⭐️⭐️⭐️⭐️ (4.9/5 on 36640 votes)
🥈 🎧 Music Downloader - ⭐️⭐️⭐️⭐️⭐️ (4.7/5 on 25841 votes)
🥉 Screenshot Generator Bot - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 8859 votes)
A bot that automatically deletes messages from other bots?
There's a bot that I NEED, but it keeps sending inline messages in the group, and if I remove that, it stops working. Is there any bot that can automatically delete those messages for me?
Submitted April 30, 2024 at 01:51PM by 4fourwalls
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1cgqwp5/a_bot_that_automatically_deletes_messages_from/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Forwarded from Telegram Tips
This media is not supported in your browser
VIEW IN TELEGRAM
Sticker Editor: Create New Sets. After creating a custom sticker you can send it straight away or add it to a pack to share with friends.

Custom sticker packs can also include any existing stickers on Telegram – either from Telegram artists or other users.
🤖 New bot
📋 Name: Dictionary_enBot
🆔 Username: @Dictionary_enBot
⭐️ Rating: ⭐️⭐️⭐️⭐️ (4.8/5 on 371 votes)

ℹ️Description: Discover comprehensive word meanings and translations with our Telegram bot. Seamlessly switch between English and Khmer, explore phonetic pronunciations, example sentences, and more. Your go-to destination for enriching your vocabulary.
🌐 Languages: English Cambodia
💬 Supports inline: no
👥 Groups: yes
#️⃣ Tags: #dictionary #translator #telegrambot #languagelearning #vocabulary #english #khmer