implement message sending to channels

This commit is contained in:
2019-07-12 11:53:32 +02:00
parent 0c9432c269
commit b8fa202ce3
18 changed files with 219 additions and 28 deletions

View File

@@ -52,6 +52,12 @@ bool dc_session_has_token(dc_session_t s);
*/
dc_account_t dc_session_me(dc_session_t s);
/**
* Return the API handle in use by the session. Do not unref the reference
* and if you need it for something else, dc_ref() it yourself.
*/
dc_api_t dc_session_api(dc_session_t s);
/**
* access to the internal account cache
*/