Добавлены типы кнопок: message, open_app

This commit is contained in:
Денис Семёнов 2025-07-19 17:00:19 +03:00
parent 3548d0558f
commit 93043835d1

View File

@ -14,3 +14,5 @@ class ButtonType(str, Enum):
LINK = 'link'
REQUEST_GEO_LOCATION = 'request_geo_location'
CHAT = 'chat'
MESSAGE = 'message'
OPEN_APP = 'open_app'