Say something to a channel or a person.
bool sendMessage(String target, String text) { _alive(); return command({'type': 'send_message', 'target': target, 'text': text}); }