Доработан RequestContact
This commit is contained in:
parent
bd06b33343
commit
df383665dc
@ -1,8 +1,18 @@
|
|||||||
|
from typing import Optional
|
||||||
|
|
||||||
|
from ....enums.button_type import ButtonType
|
||||||
|
|
||||||
from .button import Button
|
from .button import Button
|
||||||
|
|
||||||
|
|
||||||
class RequestContact(Button):
|
class RequestContactButton(Button):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Кнопка с контактом.
|
Кнопка с контактом
|
||||||
|
|
||||||
|
Args:
|
||||||
|
text: Текст кнопки
|
||||||
"""
|
"""
|
||||||
...
|
|
||||||
|
type: ButtonType = ButtonType.REQUEST_CONTACT
|
||||||
|
text: str
|
Loading…
x
Reference in New Issue
Block a user