Api.prototype.sendDocument = function (chatId, data, options) {
  options = this._setOptions({
    chat_id: chatId,
    document: fileLoad(data)
  }, options);