mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-03 17:59:19 +02:00
54 lines
889 B
ReStructuredText
54 lines
889 B
ReStructuredText
|
|
high level API reference
|
|
========================
|
|
|
|
.. note::
|
|
|
|
This API is work in progress and may change in versions prior to 1.0.
|
|
|
|
- :class:`deltachat.account.Account` (your main entry point, creates the
|
|
other classes)
|
|
- :class:`deltachat.chatting.Contact`
|
|
- :class:`deltachat.chatting.Chat`
|
|
- :class:`deltachat.chatting.Message`
|
|
- :class:`deltachat.chatting.MessageType`
|
|
- :class:`deltachat.chatting.MessageState`
|
|
|
|
Account
|
|
-------
|
|
|
|
.. autoclass:: deltachat.account.Account
|
|
:members:
|
|
|
|
|
|
Contact
|
|
-------
|
|
|
|
.. autoclass:: deltachat.chatting.Contact
|
|
:members:
|
|
|
|
Chat
|
|
----
|
|
|
|
.. autoclass:: deltachat.chatting.Chat
|
|
:members:
|
|
|
|
Message
|
|
-------
|
|
|
|
.. autoclass:: deltachat.chatting.Message
|
|
:members:
|
|
|
|
MessageType
|
|
------------
|
|
|
|
.. autoclass:: deltachat.chatting.MessageType
|
|
:members:
|
|
|
|
MessageState
|
|
------------
|
|
|
|
.. autoclass:: deltachat.chatting.MessageState
|
|
:members:
|
|
|
|
|