mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 21:07:39 +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
|
* @see https://core.telegram.org/bots/api#stopmessagelivelocation
|
||||||
*/
|
*/
|
||||||
stopMessageLiveLocation(form = {}) {
|
stopMessageLiveLocation(form = {}) {
|
||||||
return this._request('editMessageLiveLocation', { form });
|
return this._request('stopMessageLiveLocation', { form });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user