Skip to content

Commit ba00251

Browse files
r10siequidoo
andcommitted
Update deltachat-ffi/deltachat.h
Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
1 parent e690186 commit ba00251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deltachat-ffi/deltachat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ void dc_marknoticed_chat (dc_context_t* context, uint32_t ch
15951595
*
15961596
* @memberof dc_context_t
15971597
* @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.
1598+
* @param chat_id The chat ID of which the last incoming message should be marked as fresh.
15991599
* If the chat does not have incoming messages, nothing happens.
16001600
*/
16011601
void dc_markfresh_chat (dc_context_t* context, uint32_t chat_id);

0 commit comments

Comments
 (0)