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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.