Api.prototype.sendContact = function (chatId, phoneNumber, firstName, options) {
  options = this._setOptions({
    chat_id: chatId,
    phone_number: phoneNumber,
    first_name: firstName