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