bootg.com »
United States »
Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS] » Telegram Web
🤖 New bot
📋 Name: KurdishKhayyam_Robot
🆔 Username: @KurdishKhayyam_Robot
⭐️ Rating: ⭐️⭐️⭐️ (3.6/5 on 21 votes)
➖➖➖
ℹ️Description: A bot for searching in Khayyam's poems in two languages, Kurdish and Persian.
🌐 Languages: Kurdish Persian
💬 Supports inline: no
👥 Groups: no
#️⃣ Tags: #poem #kurdish #persian #khayyam #lyrics
📋 Name: KurdishKhayyam_Robot
🆔 Username: @KurdishKhayyam_Robot
⭐️ Rating: ⭐️⭐️⭐️ (3.6/5 on 21 votes)
➖➖➖
ℹ️Description: A bot for searching in Khayyam's poems in two languages, Kurdish and Persian.
🌐 Languages: Kurdish Persian
💬 Supports inline: no
👥 Groups: no
#️⃣ Tags: #poem #kurdish #persian #khayyam #lyrics
🤖 New bot
📋 Name: Ringe24Bot
🆔 Username: @Ringe24Bot
⭐️ Rating: ⭐️⭐️⭐️ (3.9/5 on 31 votes)
➖➖➖
ℹ️Description: Rings24Bot is a configuration app for a ring or wedding rings made of all gold alloys, palladium and platinum. Within 24 hours, you will receive a quote with the weight of your configuration, based on the precious metal prices. Our prices are considerably lower than those of jewellers or goldsmiths.
🌐 Languages: German
💬 Supports inline: yes
👥 Groups: no
#️⃣ Tags: #WeddingRings #WeddingBands #EngagementRing #Wedding #GettingMarried #RingConfigurator #Jeweller #Goldsmith #Jewellery #WeddingPlanning #PlatinumRing #TelegramBot #Eheringe #Trauringe #Hochzeit #Heiraten #RingKonfigurator #Juwelier #Goldschmied #Schmuck #Hochzeitsplanung
📋 Name: Ringe24Bot
🆔 Username: @Ringe24Bot
⭐️ Rating: ⭐️⭐️⭐️ (3.9/5 on 31 votes)
➖➖➖
ℹ️Description: Rings24Bot is a configuration app for a ring or wedding rings made of all gold alloys, palladium and platinum. Within 24 hours, you will receive a quote with the weight of your configuration, based on the precious metal prices. Our prices are considerably lower than those of jewellers or goldsmiths.
🌐 Languages: German
💬 Supports inline: yes
👥 Groups: no
#️⃣ Tags: #WeddingRings #WeddingBands #EngagementRing #Wedding #GettingMarried #RingConfigurator #Jeweller #Goldsmith #Jewellery #WeddingPlanning #PlatinumRing #TelegramBot #Eheringe #Trauringe #Hochzeit #Heiraten #RingKonfigurator #Juwelier #Goldschmied #Schmuck #Hochzeitsplanung
Forwarded from Telegram Brasil
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Telegram Brasil
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Telegram Brasil
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Telegram Brasil
Forwarded from Telegram Brasil
Para todos os detalhes sobre listas de tarefas, posts sugeridos e mais – acesse nosso blog:
https://telegram.org/blog/checklists-suggested-posts/pt-br
Recursos de julho
1 • 2 • 3 • 4 • Mais
https://telegram.org/blog/checklists-suggested-posts/pt-br
Recursos de julho
1 • 2 • 3 • 4 • Mais
Telegram
Listas de Tarefas, Posts Sugeridos e Mais Opções de Monetização para Canais
A atualização de hoje apresenta as listas de tarefas para ajudar equipes e indivíduos a acompanhar tarefas sem sair do Telegram. Também adicionamos os posts sugeridos – uma maneira segura e fácil de organizar parcerias e promoções com canais, abrindo novas…
Forwarded from Notizie da Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Elenchi di controllo. Gli utenti Premium ora possono creare elenchi di controllo per tenere traccia delle attività e gestire le proprie liste di cose da fare.
Gli elenchi di controllo consentono di decidere se altri utenti possono segnare le attività come complete o aggiungere altri elementi alla lista.
Funzioni di Luglio
1 • 2 • 3 • 4 • Altro
Gli elenchi di controllo consentono di decidere se altri utenti possono segnare le attività come complete o aggiungere altri elementi alla lista.
Funzioni di Luglio
1 • 2 • 3 • 4 • Altro
Forwarded from Notizie da Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Notizie da Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Notizie da Telegram
Forwarded from Notizie da Telegram
Per tutti i dettagli sugli elenchi di controllo, sui post suggeriti e altro ancora, visita il nostro blog:
https://telegram.org/blog/checklists-suggested-posts/it
Funzioni di Luglio
1 • 2 • 3 • 4 • Altro
https://telegram.org/blog/checklists-suggested-posts/it
Funzioni di Luglio
1 • 2 • 3 • 4 • Altro
Telegram
Elenchi di controllo, Post suggeriti e Maggiori opzioni di monetizzazione per i canali
L'aggiornamento di oggi introduce gli elenchi di controllo per aiutare team e singoli utenti a tenere traccia delle attività senza uscire da Telegram. Abbiamo anche aggiunto i post suggeriti, un modo sicuro e semplice per organizzare collaborazioni e promozioni…
How to get / commands to show up in menu?
I built a bot for personal use that uses several / commands and I can't get them to show up in the menu when I'm on the iOS app or when I start typing / on web or desktop (MacOS) version.I'm using Grammy for my bot with the "@grammyjs/commands" plugin.Registering my commands at startup with const myCommands = new CommandGroup(); myCommands.command('hello', 'Say hello', (ctx) => ctx.reply('Hi there!')); etc... bot.use(myCommands); bot.api.setChatMenuButton({ menu_button: { type: 'commands' } }); //Added to see if it would help. Made no difference. A call to bot.api.getMyCommands().then((commands) => { logger.info(`Current bot commands: ${JSON.stringify(commands)}`); }); after startup indicates that all of my commands are registered with the API. I tried using Botfather to register the commands which theoretically should work when nothing else does even if the commands aren't implemented or the bot is even running, and it says that it was successful but I still don't see them. There is only ONE command that shows up, and I'm not even sure when that started happening. Doesn't matter if I'm in a DM with the bot or a group. Same thing. Tried restarting the apps, reinstalling them, etc.. nothing helps. The commands work fine if I manually type them out, but having them in the menu would be really helpful especially on mobile. Is there something obvious I'm overlooking?
Submitted July 03, 2025 at 05:08PM by anarchyx34
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lqrzup/how_to_get_commands_to_show_up_in_menu/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I built a bot for personal use that uses several / commands and I can't get them to show up in the menu when I'm on the iOS app or when I start typing / on web or desktop (MacOS) version.I'm using Grammy for my bot with the "@grammyjs/commands" plugin.Registering my commands at startup with const myCommands = new CommandGroup(); myCommands.command('hello', 'Say hello', (ctx) => ctx.reply('Hi there!')); etc... bot.use(myCommands); bot.api.setChatMenuButton({ menu_button: { type: 'commands' } }); //Added to see if it would help. Made no difference. A call to bot.api.getMyCommands().then((commands) => { logger.info(`Current bot commands: ${JSON.stringify(commands)}`); }); after startup indicates that all of my commands are registered with the API. I tried using Botfather to register the commands which theoretically should work when nothing else does even if the commands aren't implemented or the bot is even running, and it says that it was successful but I still don't see them. There is only ONE command that shows up, and I'm not even sure when that started happening. Doesn't matter if I'm in a DM with the bot or a group. Same thing. Tried restarting the apps, reinstalling them, etc.. nothing helps. The commands work fine if I manually type them out, but having them in the menu would be really helpful especially on mobile. Is there something obvious I'm overlooking?
Submitted July 03, 2025 at 05:08PM by anarchyx34
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lqrzup/how_to_get_commands_to_show_up_in_menu/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Free Telegram Membership Management Bot!!
Hey creators, community managers, and Telegram power users! 👋I built it and giving it for free, The bot is called Telemanager which is just like Tgmembership bot designed specifically for creators and admins who want to:✅ Manage Telegram groups effortlessly
✅ Add/remove members based on custom membership plans
✅ Automate group access with daily, weekly, or even hourly plans
✅ Let users chat with admins directly through the bot
✅ Get simple dashboard stats and broadcast featuresIt's free, no catch, and totally customizable:
🔗 GitHub: Telemanager BotIf you’re running paid channels, private groups, or need automated group management — give it a shot and feel free DM me or ask questions!DM me i'll provide it for free to first 10 people. There is no catch.
Submitted July 03, 2025 at 06:27PM by NuclearxFusion
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lqtyj5/free_telegram_membership_management_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey creators, community managers, and Telegram power users! 👋I built it and giving it for free, The bot is called Telemanager which is just like Tgmembership bot designed specifically for creators and admins who want to:✅ Manage Telegram groups effortlessly
✅ Add/remove members based on custom membership plans
✅ Automate group access with daily, weekly, or even hourly plans
✅ Let users chat with admins directly through the bot
✅ Get simple dashboard stats and broadcast featuresIt's free, no catch, and totally customizable:
🔗 GitHub: Telemanager BotIf you’re running paid channels, private groups, or need automated group management — give it a shot and feel free DM me or ask questions!DM me i'll provide it for free to first 10 people. There is no catch.
Submitted July 03, 2025 at 06:27PM by NuclearxFusion
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lqtyj5/free_telegram_membership_management_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Leomatch Bot, am I banned?
Anyone here not finding matches anymore? It seems like my like isn't being seen by anyone. My last matched was around April. I got a "not relevant" message right after I tried to view who liked me back, after that message I noticed I am no longer matching with someone. I used to have 5 and above matches a day but now it's been like 2 months since I made a match. Anyone experienced the same thing? Am I banned or is the bot bugged out?
Submitted July 03, 2025 at 07:12PM by dekstruss
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lqv3j9/leomatch_bot_am_i_banned/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Anyone here not finding matches anymore? It seems like my like isn't being seen by anyone. My last matched was around April. I got a "not relevant" message right after I tried to view who liked me back, after that message I noticed I am no longer matching with someone. I used to have 5 and above matches a day but now it's been like 2 months since I made a match. Anyone experienced the same thing? Am I banned or is the bot bugged out?
Submitted July 03, 2025 at 07:12PM by dekstruss
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lqv3j9/leomatch_bot_am_i_banned/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Listas de verificación. Los usuarios de Premium ahora pueden crear listas de verificación para realizar un seguimiento de las tareas y administrar sus listas de tareas pendientes.
Las listas de verificación permiten controlar si otros usuarios pueden marcar tareas como completadas o añadir más elementos a la lista.
Funciones de julio
1 • 2 • 3 • 4 • Más
Las listas de verificación permiten controlar si otros usuarios pueden marcar tareas como completadas o añadir más elementos a la lista.
Funciones de julio
1 • 2 • 3 • 4 • Más
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Noticias de Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Noticias de Telegram
Forwarded from Noticias de Telegram
Para conocer todos los detalles sobre las listas de verificación, publicaciones sugeridas y más, revisa nuestro blog:
https://telegram.org/blog/checklists-suggested-posts/es
Funciones de julio
1 • 2 • 3 • 4 • Más
https://telegram.org/blog/checklists-suggested-posts/es
Funciones de julio
1 • 2 • 3 • 4 • Más
Telegram
Listas de verificación, publicaciones sugeridas y más opciones de monetización para canales
La actualización de hoy incluye listas de verificación para ayudar a equipos e individuos a realizar un seguimiento de tareas sin salir de Telegram. También hemos añadido publicaciones sugeridas, una forma segura y sencilla de organizar colaboraciones y promociones…