Add info to Twitter out node to make it obvious how to do DMs.

This commit is contained in:
dceejay 2015-02-04 11:36:24 +00:00
parent 97621b41b9
commit a08b29dbd1
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@
<script type="text/x-red" data-help-name="twitter out">
<p>Twitter out node. Tweets the <b>msg.payload</b>.</p>
<p>To send a Direct Message (DM) - use a payload like "D {username} {message}"</p>
<p>If <b>msg.media</b> exists and is a Buffer object, this node will treat it
as an image and attach it to the tweet.</p>
</script>