[Fix] Minor copypasta typo

release
Mohammed Sohail 8 years ago
parent 962ce2af3c
commit 7315fcff3e
No known key found for this signature in database
GPG Key ID: 47461C31B006BC0E
  1. 2
      src/telegram.js

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

Loading…
Cancel
Save