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