mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +03:00 
			
		
		
		
	Fix UserUpdate.last_seen check
This commit is contained in:
		
							parent
							
								
									d7bd554ba0
								
							
						
					
					
						commit
						ce29f13606
					
				| 
						 | 
					@ -246,7 +246,7 @@ class UserUpdate(EventBuilder):
 | 
				
			||||||
            return isinstance(self.action, types.SendMessageUploadPhotoAction)
 | 
					            return isinstance(self.action, types.SendMessageUploadPhotoAction)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @property
 | 
					        @property
 | 
				
			||||||
        @_requires_action
 | 
					        @_requires_status
 | 
				
			||||||
        def last_seen(self):
 | 
					        def last_seen(self):
 | 
				
			||||||
            """
 | 
					            """
 | 
				
			||||||
            Exact `datetime.datetime` when the user was last seen if known.
 | 
					            Exact `datetime.datetime` when the user was last seen if known.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user