eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.11k stars 2.03k forks source link

MenuButton implementation #2182

Closed KingRotiv closed 8 months ago

KingRotiv commented 8 months ago

When using the specific menu button, shouldn't it already fill in the type? I don't understand why even passing the specific class I need to pass the type.

https://github.com/eternnoir/pyTelegramBotAPI/blob/db4899a6b92b690ecb26ca28219de64eeac7deae/telebot/types.py#L7321-L7430

Badiboy commented 8 months ago

Looks reasonable...