mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +03:00 
			
		
		
		
	Add missing catch_up param to client init
This commit is contained in:
		
							parent
							
								
									4b85ced1e1
								
							
						
					
					
						commit
						3aa53dd981
					
				| 
						 | 
					@ -2664,6 +2664,7 @@ class TelegramClient:
 | 
				
			||||||
            request_retries: int = 4,
 | 
					            request_retries: int = 4,
 | 
				
			||||||
            flood_sleep_threshold: int = 60,
 | 
					            flood_sleep_threshold: int = 60,
 | 
				
			||||||
            # Update handling.
 | 
					            # Update handling.
 | 
				
			||||||
 | 
					            catch_up: bool = False,
 | 
				
			||||||
            receive_updates: bool = True,
 | 
					            receive_updates: bool = True,
 | 
				
			||||||
            max_queued_updates: int = 100,
 | 
					            max_queued_updates: int = 100,
 | 
				
			||||||
    ):
 | 
					    ):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user