-
-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Labels
Description
Can somebody explain how to send group messages via dbus-send?
This works great for sending to a single recipient:
dbus-send --session --type=method_call --print-reply --dest="org.asamk.Signal" /org/asamk/Signal org.asamk.Signal.sendMessage string:MessageText array:string: string:RECIPIENT
I found void sendGroupMessage in Signal.java, but I'm not sure how to pass that group ID to dbus-send.
Thank you!