add missing Message API

This commit is contained in:
adbenitez
2022-06-10 07:57:17 -04:00
parent 1fb6d1b59d
commit a96a4362cd
4 changed files with 116 additions and 3 deletions

View File

@@ -8,6 +8,13 @@
- set a default error if NDN does not provide an error
- python: avoid exceptions when messages/contacts/chats are compared with `None`
### API-Changes
- python: added `Message.get_status_updates()` #3416
- python: added `Message.send_status_update()` #3416
- python: added `Message.is_webxdc()` #3416
- python: added `Message.is_videochat_invitation()` #3416
- python: added support for "videochat" and "webxdc" view types to `Message.new_empty()` #3416
## 1.86.0
### API-Changes