2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

[Fix] Minor copypasta typo

This commit is contained in:
Mohammed Sohail 2017-10-13 22:28:15 +05:30
parent 962ce2af3c
commit 7315fcff3e
No known key found for this signature in database
GPG Key ID: 47461C31B006BC0E

View File

@ -1184,7 +1184,7 @@ class TelegramBot extends EventEmitter {
* @see https://core.telegram.org/bots/api#stopmessagelivelocation
*/
stopMessageLiveLocation(form = {}) {
return this._request('editMessageLiveLocation', { form });
return this._request('stopMessageLiveLocation', { form });
}
/**