implement Dbus stickerpack method (#740)

implement uploadStickerPack

update documentation
This commit is contained in:
John Freed 2021-09-26 08:59:38 +02:00 committed by GitHub
parent 982e887c9f
commit 1ca0e75ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

View file

@ -248,6 +248,12 @@ version() -> version<s>::
isRegistred -> result<b>::
* result : Currently always returns 1=true
uploadStickerPack(stickerPackPath<s>) -> url<s>::
* stickerPackPath : Path to the manifest.json file or a zip file in the same directory
* url : URL of sticker pack after successful upload
Exception: Failure
== Signals
SyncMessageReceived (timestamp<x>, sender<s>, destination<s>, groupId<ay>,message<s>, attachments<as>)::