
Therefore, we can say that Telegram Web is a version of Telegram that can be used on any device, as long as it has an internet connection and access to a browser, whatever. Initially, the application was known as "Webogram" and allowed to use Telegram through a web browser.Īnd, unlike what happens with applications like WhatsApp or Google Messages, since Telegram hosts account setup in the cloud, it is possible to use the internet messaging app, without having to keep a mobile phone always connected. Not many people know it, but Telegram Web was born as a project Telegram distinct, produced by the developer Igor Zhukov.

The web version of Telegram can be used on any device. In this guide, we'll tell you everything you need to know about this release. But, unlike WhatsApp Web, Telegram Web is a much more flexible tool. One of the tools that make this possible is Telegram Web, the version of the messaging application designed for use through the browser. The possibility of use Telegram on any type of device is undoubtedly one of its strengths compared to platforms such as WhatsApp. The versatility of the platform is one of the reasons Telegram has become one of the most widely used messaging apps in the world. reply_html ( 58 text = f "You selected the color with the HEX value ) 28 29 30 32 34 35 36 37 Telegram. DEFAULT_TYPE ) -> None : 53 """Print the received data and remove the button.""" 54 # Here we use `json.loads`, since the WebApp sends the data JSON serialized string 55 # (see webappbot.html) 56 data = json. from_button ( 43 KeyboardButton ( 44 text = "Open the color picker!", 45 web_app = WebAppInfo ( url = "" ), 46 ) 47 ), 48 ) 49 50 51 # Handle incoming WebAppData 52 async def web_app_data ( update : Update, context : ContextTypes. reply_text ( 41 "Please press the button below to choose a color via the WebApp.", 42 reply_markup = ReplyKeyboardMarkup. 10 """ 11 import json 12 import logging 13 14 from telegram import _version_ as TG_VER 15 16 try : 17 from telegram import _version_info_ 18 except ImportError : 19 _version_info_ = ( 0, 0, 0, 0, 0 ) # type: ignore 20 21 if _version_info_ None : 39 """Send a message with a button that opens a the web app.""" 40 await update. 8 Currently only showcases starting the WebApp via a KeyboardButton, as all other methods would 9 require a bot token. 7 The static website for this website is hosted by the PTB team for your convenience.

4 5 """ 6 Simple example of a Telegram WebApp which displays a color picker. 1 #!/usr/bin/env python 2 # pylint: disable=unused-argument,wrong-import-position 3 # This program is dedicated to the public domain under the CC0 license.
