Files
chatmail-core/deltachat-ffi
link2xt f820671d53 Use Auto-Submitted: auto-generated header to identify bots
New `dc_msg_is_bot()` C API and corresponding `Message.is_bot()`
Python API can be used to check if incoming message is sent by a bot,
e.g. to avoid two echo bots replying indefinitely to each other.

"Bot" flag is not set for outgoing messages, but may be set for
BCC-self messages. For now documentation says that `dc_msg_is_bot()`
return value is unspecified for outgoing messages. It can be better
specified later if needed for specific applications, e.g. sharing an
account with a helper bot.
2021-06-19 17:36:20 +03:00
..
2019-04-28 18:06:26 +03:00
2020-07-20 13:06:58 +02:00
2019-08-26 19:17:58 +02:00
2019-08-26 19:17:58 +02:00
2021-03-13 22:19:12 +03:00
2019-08-26 19:17:58 +02:00

Delta Chat C Interface

Documentation

To generate the C Interface documentation, call doxygen in the deltachat-ffi directory and browse the html subdirectory.

If thinks work, the documentation is also available online at https://c.delta.chat