2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Mention that members_count is obtained from get_chat only (#581)

This commit is contained in:
Pari030
2021-01-08 10:00:45 +01:00
committed by GitHub
parent ff5cabb3c8
commit c25871c452

View File

@@ -98,6 +98,7 @@ class Chat(Object):
members_count (``int``, *optional*):
Chat members count, for groups, supergroups and channels only.
Returned only in :meth:`~pyrogram.Client.get_chat`.
restrictions (List of :obj:`~pyrogram.types.Restriction`, *optional*):
The list of reasons why this chat might be unavailable to some users.