change event usage

This commit is contained in:
Sebastian Klähn
2022-09-18 12:56:26 +02:00
committed by Septias
parent e9f77ff753
commit fd486ec36c
5 changed files with 40 additions and 20 deletions

View File

@@ -1084,13 +1084,12 @@ char* dc_get_webxdc_status_updates (dc_context_t* context, uint32_t msg_id, uint
/**
* List all webxdc that have updates in the queue
* Return wether webxdc with `msg_id` is updating
* @param context The context object.
* @param msg_id The ID of the message with the webxdc instance.
* @return 1=contact ID is member of chat ID, 0=contact is not in chat
*
*/
int dc_get_updating_webxdc (dc_context_t* context, uint32_t chat_id);
int dc_is_webxdc_updating (dc_context_t* context, uint32_t chat_id);
/**