signald
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

signaldctl message react

signaldctl message react

react to a message

Synopsis

react to a message with a particular emoji

    arguments:
        <thread>     if the message being reacted to is in a 1-on-1 chat, the e164 or UUID of the person the chat is with. if the message is in a group, the group id.
        <author>     the e164 or UUID of the author of the message being reacted to
        <timestamp>  the timestamp of the message to react to
        <emoji>      the unicode emoji to send as the reaction
signaldctl message react thread author timestamp emoji [flags]

Options

  -a, --account string   local account to use
  -g, --group string     the group ID of the group the original message was sent to, if it was a group message
  -h, --help             help for react
  -r, --remove           remove a reaction that was previously set

Options inherited from parent commands

      --config string          config file (default "~/.config/signaldctl.yaml")
  -o, --output-format string   the output format. options are usually table, yaml and json, default is usually table. Some commands have other options. (default "default")
      --socket string          the path to the signald socket file (default "/var/run/signald/signald.sock")

SEE ALSO