From d8b47dc4aad59e97c60c133f26f3b143490bd7a8 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 23 Sep 2021 11:18:01 +0200 Subject: [PATCH] add parameter description for DC_EVENT_CHAT_EPHEMERAL_TIMER_MODIFIED (#2705) * add parameter description for DC_EVENT_CHAT_EPHEMERAL_TIMER_MODIFIED * Update deltachat-ffi/deltachat.h add description for data2 parameter Co-authored-by: bjoern Co-authored-by: bjoern --- deltachat-ffi/deltachat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 42ca674e2..332f9d4db 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -5218,6 +5218,9 @@ void dc_event_unref(dc_event_t* event); /** * Chat ephemeral timer changed. + * + * @param data1 (int) chat_id + * @param data2 (int) Timer value in seconds or 0 for disabled timer */ #define DC_EVENT_CHAT_EPHEMERAL_TIMER_MODIFIED 2021