Api.prototype.getUserProfilePhotos = function (userId, offset, limit) {
  return yarl.get(this.url + 'getUserProfilePhotos', { query: {
    user_id: userId,
    offset: offset,
    limit: limit