Clarify iter_participants filter parameter in the docs

This commit is contained in:
Lonami Exo 2018-11-19 08:35:18 +01:00
parent 207d5ebdcb
commit 8ed3ddba31

View File

@ -34,6 +34,12 @@ class ChatMethods(UserMethods):
Note that you might not have permissions for some filter. Note that you might not have permissions for some filter.
This has no effect for normal chats or users. This has no effect for normal chats or users.
.. note::
The filter :tl:`ChannelParticipantsBanned` will return
*restricted* users. If you want *banned* users you should
use :tl:`ChannelParticipantsKicked` instead.
aggressive (`bool`, optional): aggressive (`bool`, optional):
Aggressively looks for all participants in the chat. Aggressively looks for all participants in the chat.