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

@ -199,6 +199,19 @@ Specify the timestamp of the message to which to react.
*-r*, *--remove*::
Remove a reaction.
=== sendReceipt
Send a read or viewed receipt to a previously received message.
RECIPIENT::
Specify the senders phone number.
*-t* TIMESTAMP, *--target-timestamp* TIMESTAMP::
Specify the timestamp of the message to which to react.
*--type* TYPE::
Specify the receipt type, either `read` (the default) or `viewed`.
=== sendTyping
Send typing message to trigger a typing indicator for the recipient.