From 7315fcff3e66876610e62c138c7c26ab5e8abeff Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Fri, 13 Oct 2017 22:28:15 +0530 Subject: [PATCH] [Fix] Minor copypasta typo --- src/telegram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telegram.js b/src/telegram.js index ade2e1e..64840bc 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 }); } /**