mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-29 13:29:29 +00:00
remove dynlib reference
This commit is contained in:
parent
a94853cd08
commit
3f3d670365
@ -117,7 +117,7 @@ proc create_new_private_convo*(
|
|||||||
## The result must be freed with destroy_list_result()
|
## The result must be freed with destroy_list_result()
|
||||||
proc list_conversations*(
|
proc list_conversations*(
|
||||||
ctx: ContextHandle,
|
ctx: ContextHandle,
|
||||||
): ListConvoResult {.importc, dynlib: CONVERSATIONS_LIB.}
|
): ListConvoResult {.importc.}
|
||||||
|
|
||||||
## Sends content to an existing conversation
|
## Sends content to an existing conversation
|
||||||
## Returns: SendContentResult struct - check error_code field (0 = success, negative = error)
|
## Returns: SendContentResult struct - check error_code field (0 = success, negative = error)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user