allow webxdc document names (#3317)

* allow webxdc document names

* test document webxdc property

* update CHANGELOG
This commit is contained in:
bjoern
2022-05-15 12:10:09 +02:00
committed by GitHub
parent 715664273b
commit 2fc0a0964b
5 changed files with 83 additions and 4 deletions

View File

@@ -169,6 +169,12 @@ pub enum Param {
/// For Chats: timestamp of protection settings update.
ProtectionSettingsTimestamp = b'L',
/// For Webxdc Message Instances: Current document name
WebxdcDocument = b'R',
/// For Webxdc Message Instances: timestamp of document name update.
WebxdcDocumentTimestamp = b'W',
/// For Webxdc Message Instances: Current summary
WebxdcSummary = b'N',