From 1bfd93f2eab8ed547afad9b6020d05e238c2ea3e Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 27 Jul 2025 02:11:30 +0300 Subject: [PATCH] =?UTF-8?q?chat=5Ftitle=20=D0=BE=D0=B1=D1=8F=D0=B7=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D0=B5=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/types/attachments/buttons/chat_button.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxapi/types/attachments/buttons/chat_button.py b/maxapi/types/attachments/buttons/chat_button.py index a0ea681..a4ec8d5 100644 --- a/maxapi/types/attachments/buttons/chat_button.py +++ b/maxapi/types/attachments/buttons/chat_button.py @@ -17,7 +17,7 @@ class ChatButton(Button): """ type: ButtonType = ButtonType.CHAT - chat_title: Optional[str] = None + chat_title: str chat_description: Optional[str] = None start_payload: Optional[str] = None uuid: Optional[int] = None \ No newline at end of file