1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00

add chat.delete(), chat.send_image, msg.filename, msg.filemime and msg.type.is_*

This commit is contained in:
holger krekel 2018-10-06 18:40:52 +02:00
parent 60240ce507
commit b6355176de
5 changed files with 181 additions and 3 deletions

View file

@ -11,6 +11,7 @@ high level API reference
- :class:`deltachat.chatting.Contact`
- :class:`deltachat.chatting.Chat`
- :class:`deltachat.chatting.Message`
- :class:`deltachat.chatting.MessageType`
- :class:`deltachat.chatting.MessageState`
Account
@ -38,6 +39,11 @@ Message
.. autoclass:: deltachat.chatting.Message
:members:
MessageType
------------
.. autoclass:: deltachat.chatting.MessageType
:members:
MessageState
------------