Closed
Description
Checklist
- I am sure the error is coming from aiogram code
- I have searched in the issue tracker for similar bug reports, including closed ones
Operating system
Manjaro
Python version
3.11.4
aiogram version
3.0.0
Expected behavior
Both InlineKeyboardBuilder
and ReplyKeyboardBuilder
should have web_app
argument for their buttons.
Current behavior
None of them have this argument
Steps to reproduce
from aiogram.utils.keyboard import InlineKeyboardBuilder, ReplyKeyboardBuilder
a = InlineKeyboardBuilder()
a.button(text="a", web_app=???)
b = ReplyKeyboardBuilder()
b.button(text="b", web_app=???)
Code example
No response
Logs
No response
Additional information
No response