mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
parent
e92d37e3a5
commit
861f47d734
4 changed files with 34 additions and 2 deletions
|
@ -76,6 +76,10 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
void sendEndSessionMessage(List<String> recipients) throws Error.Failure, Error.InvalidNumber, Error.UntrustedIdentity;
|
||||
|
||||
void deleteRecipient(final String recipient) throws Error.Failure;
|
||||
|
||||
void deleteContact(final String recipient) throws Error.Failure;
|
||||
|
||||
long sendGroupMessage(
|
||||
String message, List<String> attachments, byte[] groupId
|
||||
) throws Error.GroupNotFound, Error.Failure, Error.AttachmentInvalid, Error.InvalidGroupId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue