mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 15:14:21 +01:00
implement Dbus stickerpack method (#740)
implement uploadStickerPack update documentation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user