mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Add get_chat_preview method and ChatPreview object
This commit is contained in:
@@ -74,6 +74,7 @@ Chats
|
||||
|
||||
join_chat
|
||||
leave_chat
|
||||
get_chat_preview
|
||||
kick_chat_member
|
||||
unban_chat_member
|
||||
restrict_chat_member
|
||||
|
@@ -12,6 +12,7 @@ Users & Chats
|
||||
User
|
||||
UserStatus
|
||||
Chat
|
||||
ChatPreview
|
||||
ChatPhoto
|
||||
ChatMember
|
||||
ChatMembers
|
||||
@@ -82,6 +83,9 @@ Input Media
|
||||
.. autoclass:: Chat
|
||||
:members:
|
||||
|
||||
.. autoclass:: ChatPreview
|
||||
:members:
|
||||
|
||||
.. autoclass:: ChatPhoto
|
||||
:members:
|
||||
|
||||
|
Reference in New Issue
Block a user