Skip to content

[Inline]KeyboardBuilder does not support web_app  #1303

Description

@MasterGroosha

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is wrong with the framework

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions