Api.prototype.forceReply = function (selective) {
  this.keyboard = JSON.stringify({
    force_reply: true,
    selective: selective || false
  });