mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 02:32:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| type StatusTimelineResponse struct {
 | |
| 	Statuses []*Status
 | |
| 	LinkHeader string
 | |
| }
 |