mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Add get followers
This commit is contained in:
parent
b89296c249
commit
e8047c77a0
10 changed files with 162 additions and 17 deletions
|
@ -3,3 +3,8 @@ package structures
|
|||
type UserDetails struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
type UIDName struct {
|
||||
UID string `json:"user_id"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue