1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

dc_get_draft() is a member of dc_context_t

This commit is contained in:
Lars-Magnus Skog 2018-11-29 22:50:42 +01:00
parent 486ad53c3e
commit 4906db3abf

View file

@ -1114,7 +1114,7 @@ cleanup:
* Get draft for a chat, if any.
* See dc_set_draft() for more details about drafts.
*
* @memberof dc_chat_t
* @memberof dc_context_t
* @param context The context as created by dc_context_new().
* @param chat_id The chat ID to get the draft for.
* @return Message object.