mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-15 22:16:37 +03:00
13 lines
384 B
ReStructuredText
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
|