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