From aab87e16b2b7e53f75cd6c23cbbd24906e094dc3 Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 19 Jul 2025 17:02:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20RequestGeoLocationButton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../types/attachments/buttons/request_geo_location_button.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maxapi/types/attachments/buttons/request_geo_location_button.py b/maxapi/types/attachments/buttons/request_geo_location_button.py index bc64e55..cacdf52 100644 --- a/maxapi/types/attachments/buttons/request_geo_location_button.py +++ b/maxapi/types/attachments/buttons/request_geo_location_button.py @@ -1,3 +1,5 @@ +from ....enums.button_type import ButtonType + from .button import Button @@ -10,4 +12,5 @@ class RequestGeoLocationButton(Button): подтверждения пользователя (по умолчанию False) """ + type: ButtonType = ButtonType.REQUEST_GEO_LOCATION quick: bool = False \ No newline at end of file