From a1e872962cf1b9ffe40ea43dbd25a05c0f8d00c3 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Sun, 7 Apr 2024 23:16:47 +0700 Subject: [PATCH] Pyrofork: Fix birthday field docs in class Chat Signed-off-by: wulan17 --- pyrogram/types/user_and_chats/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrogram/types/user_and_chats/chat.py b/pyrogram/types/user_and_chats/chat.py index fc796264..05a0d2a7 100644 --- a/pyrogram/types/user_and_chats/chat.py +++ b/pyrogram/types/user_and_chats/chat.py @@ -186,6 +186,7 @@ class Chat(Object): birthday (:obj:`~pyrogram.types.Birthday`, *optional*): User Date of birth. + Returned only in :meth:`~pyrogram.Client.get_chat`. personal_chat (:obj:`~pyrogram.types.Chat`, *optional*): For private chats, the personal channel of the user.