mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Update deltachat-ffi/deltachat.h
Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
@@ -4927,6 +4927,8 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
|
|||||||
* @param reactions The object containing message reactions.
|
* @param reactions The object containing message reactions.
|
||||||
* @return array of contact IDs. Use dc_array_get_cnt() to get array length and
|
* @return array of contact IDs. Use dc_array_get_cnt() to get array length and
|
||||||
* dc_array_get_id() to get the IDs. Should be freed using `dc_array_unref()` after usage.
|
* dc_array_get_id() to get the IDs. Should be freed using `dc_array_unref()` after usage.
|
||||||
|
* If there are no reactions, the returned array will be empty.
|
||||||
|
* On errors, NULL is returned.
|
||||||
*/
|
*/
|
||||||
dc_array_t* dc_reactions_get_contacts(dc_reactions_t* reactions);
|
dc_array_t* dc_reactions_get_contacts(dc_reactions_t* reactions);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user