chore: add new type

This commit is contained in:
Marie 2024-03-24 23:46:57 +00:00
parent 56b19ab6bb
commit ece86f756d

View file

@ -38,7 +38,7 @@ namespace Entity {
language: string | null
pinned: boolean | null
emoji_reactions: Array<Reaction>
quote: Status | boolean
quote: Status | boolean | null
bookmarked: boolean
}