mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Implement more methods for DbusManagerImpl
This commit is contained in:
parent
4f50668fe3
commit
d248f249e3
5 changed files with 49 additions and 7 deletions
|
@ -530,6 +530,8 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
void quitGroup() throws Error.Failure, Error.LastGroupAdmin;
|
||||
|
||||
void deleteGroup() throws Error.Failure;
|
||||
|
||||
void addMembers(List<String> recipients) throws Error.Failure;
|
||||
|
||||
void removeMembers(List<String> recipients) throws Error.Failure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue