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