Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 609 Bytes

File metadata and controls

24 lines (15 loc) · 609 Bytes

Hydrogram Client

You have entered the API Reference section where you can find detailed information about Hydrogram's API. The main Client class, all available methods and types, filters, handlers, decorators and bound-methods detailed descriptions can be found starting from this page.

This page is about the Client class, which exposes high-level methods for an easy access to the API.

from hydrogram import Client

app = Client("my_account")

with app:
    app.send_message("me", "Hi!")

Details

.. autoclass:: hydrogram.Client()