Future<MmWsReply> userTyping(String channelId, [String parentId = '']) { return send(MmWsAction.userTyping(channelId, parentId)); }