Telethon/client/doc/modules/client.rst

13 lines
384 B
ReStructuredText
Raw Normal View History

2023-10-28 21:05:17 +03:00
.. 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*.
2023-10-28 21:05:17 +03:00
.. autoclass:: Client