Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created February 18, 2016 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwhinnery/769aee684c13d895914a to your computer and use it in GitHub Desktop.
Save kwhinnery/769aee684c13d895914a to your computer and use it in GitHub Desktop.
var channel = client.channel('uniqueName');
channel.listMessages().then(function(messages) {
console.log(messages);
}).catch(function(err) {
console.log('whoops! I dont have access to this channel');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment