Поправлен LinkButton
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import Optional
|
||||
|
||||
from ....enums.button_type import ButtonType
|
||||
|
||||
from .button import Button
|
||||
|
||||
|
||||
@@ -12,4 +14,5 @@ class LinkButton(Button):
|
||||
url: Ссылка для перехода (должна содержать http/https)
|
||||
"""
|
||||
|
||||
type: ButtonType = ButtonType.LINK
|
||||
url: Optional[str] = None
|
Reference in New Issue
Block a user