correction

master
Charles Iliya Krempeaux 2024-08-06 16:11:52 -07:00
parent 217a26bd82
commit df08062999
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ import (
type Status struct {
ID opt.Optional[string] `json:"id"`
URL nul.Nullable[string] `json:"uri"`
URI nul.Nullable[string] `json:"uri"`
URL nul.Nullable[string] `json:"url"`
CreatedAt opt.Optional[string] `json:"created_at"`
Account Account `json:"account"`
Content opt.Optional[string] `json:"content"`