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