chore: add new type
This commit is contained in:
parent
56b19ab6bb
commit
ece86f756d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Entity {
|
||||||
language: string | null
|
language: string | null
|
||||||
pinned: boolean | null
|
pinned: boolean | null
|
||||||
emoji_reactions: Array<Reaction>
|
emoji_reactions: Array<Reaction>
|
||||||
quote: Status | boolean
|
quote: Status | boolean | null
|
||||||
bookmarked: boolean
|
bookmarked: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue