Implement sending mentions

Closes #584
This commit is contained in:
AsamK 2021-11-13 22:54:59 +01:00
parent 89f568dd1f
commit 53b84bad02
5 changed files with 47 additions and 5 deletions

View file

@ -205,6 +205,11 @@ Send the message to self without notification.
*-e*, *--end-session*::
Clear session state and send end session message.
*--mention*::
Mention another group member (syntax: start:length:recipientNumber)
In the apps the mention replaces part of the message text, which is specified by the start and length values.
e.g.: `-m "Hi X!" --mention "3:1:+123456789"`
=== sendReaction
Send reaction to a previously received or sent message.