mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +03:00 
			
		
		
		
	Fix trailing comma breaking Python 3.5.2 compat
This commit is contained in:
		
							parent
							
								
									52292d77fb
								
							
						
					
					
						commit
						056842d1a0
					
				| 
						 | 
				
			
			@ -56,7 +56,7 @@ class InlineBuilder:
 | 
			
		|||
            self, title, description=None,
 | 
			
		||||
            *, url=None, thumb=None, content=None,
 | 
			
		||||
            id=None, text=None, parse_mode=utils.Default, link_preview=True,
 | 
			
		||||
            geo=None, period=60, contact=None, game=False, buttons=None,
 | 
			
		||||
            geo=None, period=60, contact=None, game=False, buttons=None
 | 
			
		||||
    ):
 | 
			
		||||
        """
 | 
			
		||||
        Creates new inline result of article type.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user