Skip to content

0.4.1 / 2018-09-10

Compare
Choose a tag to compare
@chentsulin chentsulin released this 10 Sep 15:06
· 78 commits to master since this release
  • [new] add new getter and api methods:
event.isFirstLayerComment;

client.getComment(commentId);
client.getLikes(objectId);

context.getComment();
context.getLikes();
await context.canReplyPrivately;