deltachat python bindings¶
The deltachat
Python package provides two layers of bindings for the
core Rust-library of the https://delta.chat messaging ecosystem:
high level API reference is a high level interface to deltachat-core.
Implementing Plugin Hooks is a brief introduction into implementing plugin hooks.
low level API reference is a lowlevel CFFI-binding to the Rust Core.