Source code for aiogram.types.menu_button_web_app

from __future__ import annotations

from typing import TYPE_CHECKING, Any, Literal

from ..enums import MenuButtonType
from .menu_button import MenuButton

if TYPE_CHECKING:
    from .web_app_info import WebAppInfo