node-twitter icon indicating copy to clipboard operation
node-twitter copied to clipboard

how stream direct message

Open ajiehatajie opened this issue 7 years ago • 0 comments

how to get direct message I've tried it that way but not the direct message


`var streamDM = client.stream('user')

streamDM.on('direct_message', function (directMsg) {
  console.log(directMsg)
})`

please help me

ajiehatajie avatar Oct 25 '17 02:10 ajiehatajie