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:
parent
60240ce507
commit
b6355176de
5 changed files with 181 additions and 3 deletions
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue