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:
parent
962ce2af3c
commit
7315fcff3e
@ -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 });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user