From d24ec41cf1723300891992086526683392088f83 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 (cherry picked from commit a1e872962cf1b9ffe40ea43dbd25a05c0f8d00c3) --- 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 d06fa1ce0..3be5f65d6 100644 --- a/pyrogram/types/user_and_chats/chat.py +++ b/pyrogram/types/user_and_chats/chat.py @@ -188,6 +188,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.