Update deltachat-ffi/deltachat.h

Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
link2xt
2022-10-18 22:16:56 +03:00
committed by GitHub
parent f75aad9a2d
commit d8ced9fe87

View File

@@ -1016,6 +1016,8 @@ uint32_t dc_send_reaction (dc_context_t* context, uint32_t msg_id, char *reactio
* @param context The context object.
* @param msg_id The message ID to get reactions for.
* @return A structure with all reactions to the message.
* If there are no reactions, still a structure is returned and dc_reactions_get_contacts() will return an empty array.
* On errors, NULL is returned.
*/
dc_reactions_t* dc_get_msg_reactions (dc_context_t *context, int msg_id);