Implement listStickerPacks command

This commit is contained in:
AsamK 2022-01-03 16:11:03 +01:00
parent 404063a080
commit e70463d7b8
10 changed files with 167 additions and 3 deletions

View file

@ -23,6 +23,7 @@ public class Commands {
addCommand(new ListDevicesCommand());
addCommand(new ListGroupsCommand());
addCommand(new ListIdentitiesCommand());
addCommand(new ListStickerPacksCommand());
addCommand(new QuitGroupCommand());
addCommand(new ReceiveCommand());
addCommand(new RegisterCommand());