Misspelling Sting

experimental
yago 11 years ago
parent f5f5994ce6
commit 446586d8ed
  1. 2
      src/telegram.js

@ -200,7 +200,7 @@ TelegramBot.prototype.getUpdates = function (timeout, limit, offset) {
/**
* Send text message.
* @param {Number|String} chatId Unique identifier for the message recipient
* @param {Sting} text Text of the message to be sent
* @param {String} text Text of the message to be sent
* @param {Object} [options] Additional Telegram query options
* @return {Promise}
* @see https://core.telegram.org/bots/api#sendmessage

Loading…
Cancel
Save