mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
36 lines
529 B
ReStructuredText
36 lines
529 B
ReStructuredText
|
|
high level API reference
|
|
========================
|
|
|
|
- :class:`deltachat.account.Account` (your main entry point, creates the
|
|
other classes)
|
|
- :class:`deltachat.contact.Contact`
|
|
- :class:`deltachat.chat.Chat`
|
|
- :class:`deltachat.message.Message`
|
|
|
|
Account
|
|
-------
|
|
|
|
.. autoclass:: deltachat.account.Account
|
|
:members:
|
|
|
|
|
|
Contact
|
|
-------
|
|
|
|
.. autoclass:: deltachat.contact.Contact
|
|
:members:
|
|
|
|
Chat
|
|
----
|
|
|
|
.. autoclass:: deltachat.chat.Chat
|
|
:members:
|
|
|
|
Message
|
|
-------
|
|
|
|
.. autoclass:: deltachat.message.Message
|
|
:members:
|
|
|