diff --git a/src/telegram.js b/src/telegram.js index ade2e1ec..64840bcd 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -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 }); } /**