Поправлен RequestGeoLocationButton
This commit is contained in:
parent
df383665dc
commit
aab87e16b2
@ -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
|
Loading…
x
Reference in New Issue
Block a user