MasterGroosha / aiogram-3-guide

Пишем Telegram-ботов с aiogram 3.x
https://mastergroosha.github.io/aiogram-3-guide/
MIT License
921 stars 133 forks source link

Update buttons.md #38

Closed mess080600 closed 1 year ago

mess080600 commented 1 year ago

Fixed: it is necessary to call .pack() when passing CallbackData to the button

MasterGroosha commented 1 year ago

Нет, при использовании билдера вызывать .pack() необязательно, в чём можно легко убедиться, самостоятельно запустив код: https://github.com/MasterGroosha/aiogram-3-guide/blob/master/code/03_buttons/bot.py#L239-L242