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