From 93043835d168a416dac494d7f0055ace52ceb0bb Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 19 Jul 2025 17:00:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=82=D0=B8=D0=BF=D1=8B=20=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D0=BF=D0=BE=D0=BA:=20message,=20open=5Fapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/enums/button_type.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maxapi/enums/button_type.py b/maxapi/enums/button_type.py index 743f5f8..709a07e 100644 --- a/maxapi/enums/button_type.py +++ b/maxapi/enums/button_type.py @@ -14,3 +14,5 @@ class ButtonType(str, Enum): LINK = 'link' REQUEST_GEO_LOCATION = 'request_geo_location' CHAT = 'chat' + MESSAGE = 'message' + OPEN_APP = 'open_app' \ No newline at end of file