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:
@@ -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 context The context object.
|
||||||
* @param msg_id The message ID to get reactions for.
|
* @param msg_id The message ID to get reactions for.
|
||||||
* @return A structure with all reactions to the message.
|
* @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);
|
dc_reactions_t* dc_get_msg_reactions (dc_context_t *context, int msg_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user