add previous button

This commit is contained in:
orangix
2024-02-06 01:41:28 +01:00
parent 337796b9be
commit 0171d76fae
4 changed files with 47 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ type Submission struct {
Comments int64
Views int64
IsAlbum bool
tagstring string
}
func (client *Client) FetchUser(username string) (User, error) {