Source code for aiogram.types.menu_button

from __future__ import annotations

from typing import TYPE_CHECKING, Any, Optional

from .base import MutableTelegramObject

if TYPE_CHECKING:
    from .web_app_info import WebAppInfo