1
0

upd: change the way quote gets handled

This commit is contained in:
Mar0xy
2023-09-25 15:55:38 +02:00
parent b2d367faed
commit 205881bfa9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace Entity {
language: string | null
pinned: boolean | null
emoji_reactions: Array<Reaction>
quote: boolean
quote: Status | boolean | null
bookmarked: boolean
}