Added startTyping stopTyping and createChannel

This commit is contained in:
Amish Shah
2015-12-05 17:21:32 +00:00
parent 10442e5634
commit eb500ecd24
5 changed files with 30 additions and 0 deletions

View File

@@ -19,4 +19,6 @@ export default class Channel extends Equality {
return this.client.deleteChannel.apply(this.client, reg(this, arguments));
}
}