Telethon/client/doc/modules/client.rst
2023-10-28 20:17:48 +02:00

13 lines
384 B
ReStructuredText

.. currentmodule:: telethon
Client class
============
The :class:`Client` class is the "entry point" of the library.
Most client methods have an alias in the respective types.
For example, :meth:`Client.forward_messages` can also be invoked from :meth:`types.Message.forward`.
With a few exceptions, "client.verb_object" methods also exist as "object.verb".
.. autoclass:: Client