================ Client Reference ================ This page refers to the :obj:`~apitele.Client` and all its methods, which are the same described in the `official documentation `_, changed from camelCase to snake_case. E.g. *sendMessage* becomes *send_message*. They are all *asynchronous*, so you must use them in `await `_ expression. Note: Webhook has not been implemented yet. ---------------------------------- .. autoclass:: apitele.Client :members: :undoc-members: