mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
implement Dbus stickerpack method (#740)
implement uploadStickerPack update documentation
This commit is contained in:
parent
982e887c9f
commit
1ca0e75ef1
3 changed files with 21 additions and 0 deletions
|
@ -107,6 +107,8 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
byte[] joinGroup(final String groupLink) throws Error.Failure;
|
||||
|
||||
String uploadStickerPack(String stickerPackPath) throws Error.Failure;
|
||||
|
||||
class MessageReceived extends DBusSignal {
|
||||
|
||||
private final long timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue