File: mautrix.client.rst

package info (click to toggle)
mautrix-python 0.20.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,812 kB
  • sloc: python: 19,103; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
mautrix.client
==============

.. module:: mautrix.client

.. autoclass:: mautrix.client.Client
   :members: state_store, crypto, crypto_enabled, crypto_log, encryption_blacklist, encrypt, share_group_session, send_message_event,
             on, add_event_handler, remove_event_handler, add_dispatcher, remove_dispatcher, start, stop

.. toctree::
   :maxdepth: 1

   Mixins<mautrix.client.mixins>