diff options
Diffstat (limited to 'handlers/pin.py')
| -rw-r--r-- | handlers/pin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/pin.py b/handlers/pin.py index e2781c4..abf7b86 100644 --- a/handlers/pin.py +++ b/handlers/pin.py | |||
| @@ -21,7 +21,7 @@ async def закрепить_хуету(msg: t.Message): | |||
| 21 | reply_markup=t.InlineKeyboardMarkup().add( | 21 | reply_markup=t.InlineKeyboardMarkup().add( |
| 22 | t.InlineKeyboardButton( | 22 | t.InlineKeyboardButton( |
| 23 | "Проверить опрос", | 23 | "Проверить опрос", |
| 24 | callback_data=f"check_pin_poll:{msg.reply_to_message.id}", | 24 | callback_data=f"check_pin_poll:{msg.reply_to_message.message_id}", |
| 25 | ) | 25 | ) |
| 26 | ), | 26 | ), |
| 27 | ) | 27 | ) |
