working example

This commit is contained in:
holger krekel
2019-11-12 23:52:10 +01:00
parent 4a23d12df2
commit 74825a0f57
5 changed files with 37 additions and 1 deletions

View File

@@ -2619,7 +2619,7 @@ dc_context_t* dc_chatlist_get_context (dc_chatlist_t* chatlist);
* @return a utf8-encoded json string containing all requested info. Must be freed using dc_lot_unref(). NULL is never returned.
*/
char* dc_chat_get_info_json(dc_context_t* context, size_t chat_id)
char* dc_chat_get_info_json (dc_context_t* context, size_t chat_id);
/**
* @class dc_chat_t