can do like this:
                  
                  
                  
                  
                  
                  tokens =["134:abc, 183:abc"]
                  
                  
                  
                  
                  
                  for token in tokens:
                  
                  
                      client = Client(
                  
                  
                          f"{token}",
                  
                  
                          api_id=API_ID,
                  
                  
                          api_hash=API_HASH,
                  
                  
                          bot_token=token,
                  
                  
                          plugins={"root": "plugins"}
                  
                  
                      )
                  
                  
                            await client.start()
                  
                  
                  
                  
                  
                  
                  
                  
                  telethon haven't smart plugins then How can I do it, some help
                  
                  
                
 ^_^
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          ^_^
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  These are pyrogram code
 ^_^
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          ^_^
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  It's a pyrogram code, I'm rewriting my pyrogram code into telethon, Im running multiple client in that code , in pyrogram we can add smart plugins 'plugins'
Обсуждают сегодня