Skip to content

Commit 0e45ef5

Browse files
committed
Added the parameters question_parse_mode and question_entities to the method sendPoll. u1
1 parent 9c64ad2 commit 0e45ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telebot/asyncio_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ async def edit_message_live_location(
581581
if live_period:
582582
payload['live_period'] = live_period
583583
if inline_message_id:
584-
payload['inline_message_id'] = inline_message_id\
584+
payload['inline_message_id'] = inline_message_id
585585
if reply_markup:
586586
payload['reply_markup'] = await _convert_markup(reply_markup)
587587
if timeout:

0 commit comments

Comments
 (0)