Api.prototype.editMessageText = function (text, options) {
  options = this._setOptions({
    text: text
  }, options);