We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e690186 commit ba00251Copy full SHA for ba00251
deltachat-ffi/deltachat.h
@@ -1595,7 +1595,7 @@ void dc_marknoticed_chat (dc_context_t* context, uint32_t ch
1595
*
1596
* @memberof dc_context_t
1597
* @param context The context object as returned from dc_context_new().
1598
- * @param chat_id The chat ID of which messages should be marked as fresh.
+ * @param chat_id The chat ID of which the last incoming message should be marked as fresh.
1599
* If the chat does not have incoming messages, nothing happens.
1600
*/
1601
void dc_markfresh_chat (dc_context_t* context, uint32_t chat_id);
0 commit comments