mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
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 <r10s@b44t.com> Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user