1
0

upd: fix poll handling

This commit is contained in:
Mar0xy
2023-09-25 23:56:47 +02:00
parent f7c6f8ac3d
commit d36b855457
3 changed files with 40 additions and 30 deletions
+1
View File
@@ -10,5 +10,6 @@ namespace Entity {
options: Array<PollOption>
voted: boolean
emojis?: []
own_votes?: Array<number>
}
}