mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +03:00 
			
		
		
		
	Clarify iter_participants filter parameter in the docs
This commit is contained in:
		
							parent
							
								
									207d5ebdcb
								
							
						
					
					
						commit
						8ed3ddba31
					
				| 
						 | 
				
			
			@ -34,6 +34,12 @@ class ChatMethods(UserMethods):
 | 
			
		|||
                Note that you might not have permissions for some filter.
 | 
			
		||||
                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):
 | 
			
		||||
                Aggressively looks for all participants in the chat.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user