mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-01 00:17:47 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			522 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			522 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _telethon-sessions:
 | |
| 
 | |
| ========
 | |
| Sessions
 | |
| ========
 | |
| 
 | |
| These are the different built-in session storage that you may subclass.
 | |
| 
 | |
| .. automodule:: telethon.sessions.abstract
 | |
|     :members:
 | |
|     :undoc-members:
 | |
|     :show-inheritance:
 | |
| 
 | |
| .. automodule:: telethon.sessions.memory
 | |
|     :members:
 | |
|     :undoc-members:
 | |
|     :show-inheritance:
 | |
| 
 | |
| .. automodule:: telethon.sessions.sqlite
 | |
|     :members:
 | |
|     :undoc-members:
 | |
|     :show-inheritance:
 | |
| 
 | |
| .. automodule:: telethon.sessions.string
 | |
|     :members:
 | |
|     :undoc-members:
 | |
|     :show-inheritance:
 |