Implement sendReceipt command

Fixes #305
This commit is contained in:
AsamK 2021-08-22 14:25:48 +02:00
parent 76942ea458
commit e3752e733a
5 changed files with 95 additions and 4 deletions

View file

@ -30,6 +30,7 @@ public class Commands {
addCommand(new SendCommand());
addCommand(new SendContactsCommand());
addCommand(new SendReactionCommand());
addCommand(new SendReceiptCommand());
addCommand(new SendSyncRequestCommand());
addCommand(new SendTypingCommand());
addCommand(new SetPinCommand());