Checklist
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
Checklist
Operating system
Manjaro
Python version
3.11.4
aiogram version
3.0.0
Expected behavior
Both
InlineKeyboardBuilderandReplyKeyboardBuildershould haveweb_appargument for their buttons.Current behavior
None of them have this argument
Steps to reproduce
Code example
No response
Logs
No response
Additional information
No response