Yahoo España Búsqueda web

Search results

  1. pypi.org › project › TelethonTelethon · PyPI

    Telethon is an asyncio Python 3 MTProto library to interact with Telegram’s API as a user or through a bot account (bot API alternative). Important. If you have code using Telethon before its 1.0 version, you must read Compatibility and Convenience to learn how to migrate.

  2. Telegram is a popular messaging application. This library is meant to make it easy for you to write Python programs that can interact with Telegram. Think of it as a wrapper that has already done the heavy job for you, so you can focus on developing an application.

  3. Telethon is an asyncio Python 3 MTProto library to interact with Telegram 's API as a user or through a bot account (bot API alternative). Important. If you have code using Telethon before its 1.0 version, you must read Compatibility and Convenience to learn how to migrate.

  4. This section will teach you how to use what Telethon calls the TL reference. The linked page contains a list and a way to search through all types generated from the definition of Telegram’s API (in .tl file format, hence the name). These types include requests and constructors.

  5. Quick-Start. Let’s see a longer example to learn some of the methods that the library has to offer. These are known as “friendly methods”, and you should always use these if possible. from telethon import TelegramClient # Remember to use your own values from my.telegram.org! api_id = 12345 api_hash = '0123456789abcdef0123456789abcdef ...