How do mentions and quotes work? #334
-
I checked the Swagger but I can't find any documentation on how mentions or quotes work in the For context, I found another discussion post showing how mentions work, but this references the Does anyone have any more information on this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The
I also couldn`t find any documentation about how to use this feature via REST API. There is only the description from signal-cli. |
Beta Was this translation helpful? Give feedback.
-
I just had a look at the code. The structures already support parameters for mentions (https://github.com/bbernhard/signal-cli-rest-api/blob/master/src/api/api.go#L100 and https://github.com/bbernhard/signal-cli-rest-api/blob/master/src/client/client.go#L62) Using Postman, I was able to successfully send a POST message with the following body.
I guess it just needs an update for the documentation/swagger. |
Beta Was this translation helpful? Give feedback.
I just had a look at the code. The structures already support parameters for mentions (https://github.com/bbernhard/signal-cli-rest-api/blob/master/src/api/api.go#L100 and https://github.com/bbernhard/signal-cli-rest-api/blob/master/src/client/client.go#L62)
Using Postman, I was able to successfully send a POST message with the following body.
I guess it just needs an update for the documentation/swagger.