more timeline stuff

This commit is contained in:
tsmethurst
2021-06-07 20:20:36 +02:00
parent 5d65b6ca0a
commit 625e6d654c
7 changed files with 139 additions and 46 deletions

View File

@ -0,0 +1,6 @@
package model
type StatusTimelineResponse struct {
Statuses []*Status
LinkHeader string
}