mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-09-02 15:25:28 +00:00
Misspelling Sting
This commit is contained in:
@@ -200,7 +200,7 @@ TelegramBot.prototype.getUpdates = function (timeout, limit, offset) {
|
|||||||
/**
|
/**
|
||||||
* Send text message.
|
* Send text message.
|
||||||
* @param {Number|String} chatId Unique identifier for the message recipient
|
* @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
|
* @param {Object} [options] Additional Telegram query options
|
||||||
* @return {Promise}
|
* @return {Promise}
|
||||||
* @see https://core.telegram.org/bots/api#sendmessage
|
* @see https://core.telegram.org/bots/api#sendmessage
|
||||||
|
Reference in New Issue
Block a user