Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
14cf1e0
1
Parent(s):
3a7618b
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -148,10 +148,10 @@ async def chat_info(c: Gojo, chat, already=False):
|
|
148 |
description = chat.description
|
149 |
members = chat.members_count
|
150 |
is_restricted = chat.is_restricted
|
151 |
-
invite_link = chat.invite_link
|
152 |
dc_id = chat.dc_id
|
153 |
photo_id = chat.photo.big_file_id if chat.photo else None
|
154 |
can_save = chat.has_protected_content
|
|
|
155 |
|
156 |
caption = f"""
|
157 |
🔰 <b>CHAT INFO</b> 🔰
|
|
|
148 |
description = chat.description
|
149 |
members = chat.members_count
|
150 |
is_restricted = chat.is_restricted
|
|
|
151 |
dc_id = chat.dc_id
|
152 |
photo_id = chat.photo.big_file_id if chat.photo else None
|
153 |
can_save = chat.has_protected_content
|
154 |
+
linked_chat = chat.linked_chat
|
155 |
|
156 |
caption = f"""
|
157 |
🔰 <b>CHAT INFO</b> 🔰
|