We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c64ad2 commit 0e45ef5Copy full SHA for 0e45ef5
telebot/asyncio_helper.py
@@ -581,7 +581,7 @@ async def edit_message_live_location(
581
if live_period:
582
payload['live_period'] = live_period
583
if inline_message_id:
584
- payload['inline_message_id'] = inline_message_id\
+ payload['inline_message_id'] = inline_message_id
585
if reply_markup:
586
payload['reply_markup'] = await _convert_markup(reply_markup)
587
if timeout:
0 commit comments