Continue implementing file and message

This commit is contained in:
Lonami Exo
2023-10-02 23:26:40 +02:00
parent 4df1f4537b
commit 25a2b53d3f
12 changed files with 514 additions and 102 deletions

View File

@@ -356,6 +356,7 @@ Migrating from aiogram
Using one of the examples from their v3 documentation with logging and comments removed:
.. code-block:: python
import asyncio
from aiogram import Bot, Dispatcher, types
@@ -389,6 +390,7 @@ We can see a specific handler for the ``/start`` command and a catch-all echo ha
In Telethon:
.. code-block:: python
import asyncio, html
from telethon import Client, RpcError, types, events