Forwarded from Suggerimenti di Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Editor degli sticker. Puoi trasformare le foto sul tuo dispositivo in sticker personalizzati con testo, disegni, emoji e altro ancora.
Per iniziare, tocca➕ nel pannello degli sticker e seleziona una foto. L'editor ti consente inoltre di rimuovere immediatamente lo sfondo con un solo tocco o di aggiungere un contorno per ottenere il classico aspetto degli sticker.
Per iniziare, tocca
Please open Telegram to view this post
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
Editor de Stickers: Crie Novos Pacotes. Depois de criar um sticker personalizado, você pode enviá-lo imediatamente ou adicioná-lo a um pacote para compartilhar com os amigos.
Atualização de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • Mais
Atualização de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • Mais
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
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
Para ver os detalhes completos sobre todos os 17 novos recursos adicionados nesta atualização, confira nosso blog:
https://telegram.org/blog/my-profile-and-15-more/pt-br
Atualização de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • Mais
https://telegram.org/blog/my-profile-and-15-more/pt-br
Atualização de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • Mais
Telegram
Meu Perfil, Canais Recomendados e Mais 15 Recursos
Neste mês, adicionamos mais de 15 novos recursos, incluindo os canais recomendados, uma maneira de ver o seu próprio perfil e exibir seu canal e aniversário no sua página, ferramentas de moderação aprimoradas para administradores de grupos e muito mais.
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.
Para iniciar, toca
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
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 • 3 • 4 • 5 • 6 • 7 • 8 • Más
Actualizaciones de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 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
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
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
Para conocer todos los detalles de las 17 nuevas funciones añadidas en esta actualización, revisa nuestro blog:
https://telegram.org/blog/my-profile-and-15-more/es
Actualizaciones de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • Más
https://telegram.org/blog/my-profile-and-15-more/es
Actualizaciones de abril
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • Más
Telegram
Mi perfil, canales recomendados y 15 funciones más
Este mes hemos añadido más de 15 funciones nuevas, incluyendo canales recomendados, una forma de ver tu propio perfil y mostrar tu canal y cumpleaños en tu página, mejoras en las herramientas de moderación para administradores de grupos y mucho 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
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